webContents: override fullscreen notification apis for webview

This commit is contained in:
deepak1556 2015-05-08 11:48:15 +05:30
parent 71ee864d1d
commit be57151037
2 changed files with 25 additions and 0 deletions

View file

@ -151,6 +151,11 @@ class WebContents : public mate::EventEmitter,
void HandleKeyboardEvent(
content::WebContents* source,
const content::NativeWebKeyboardEvent& event) override;
void EnterFullscreenModeForTab(content::WebContents* web_contents,
const GURL& origin) override;
void ExitFullscreenModeForTab(content::WebContents* web_contents) override;
bool IsFullscreenForTabOrPending(
const content::WebContents* web_contents) const override;
// content::WebContentsObserver:
void RenderViewDeleted(content::RenderViewHost*) override;