Support full-screen Flash with off-screen rendering (issue #1648)

This commit is contained in:
Marshall Greenblatt
2015-06-11 11:00:05 -04:00
parent 378a64b39a
commit de05577c86
5 changed files with 101 additions and 70 deletions

View File

@@ -405,6 +405,7 @@ class CefBrowserHostImpl : public CefBrowserHost,
void RunFileChooser(
content::WebContents* web_contents,
const content::FileChooserParams& params) override;
bool EmbedsFullscreenWidget() const override;
void EnterFullscreenModeForTab(content::WebContents* web_contents,
const GURL& origin) override;
void ExitFullscreenModeForTab(content::WebContents* web_contents) override;