webContents: override fullscreen notification apis for webview
This commit is contained in:
parent
71ee864d1d
commit
be57151037
2 changed files with 25 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue