blink::WebFullscreenOptions
This commit is contained in:
parent
a5b09e25ea
commit
517d38f191
4 changed files with 22 additions and 12 deletions
|
@ -270,7 +270,8 @@ void CommonWebContentsDelegate::EnumerateDirectory(content::WebContents* guest,
|
|||
|
||||
void CommonWebContentsDelegate::EnterFullscreenModeForTab(
|
||||
content::WebContents* source,
|
||||
const GURL& origin) {
|
||||
const GURL& origin,
|
||||
const blink::WebFullscreenOptions& options) {
|
||||
if (!owner_window_)
|
||||
return;
|
||||
SetHtmlApiFullscreen(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue