chore: add missing content::WebContentsDelegate section (#38133)
This commit is contained in:
parent
a2d35e9cf5
commit
7c482518bf
1 changed files with 1 additions and 0 deletions
|
@ -690,6 +690,7 @@ class WebContents : public ExclusiveAccessContext,
|
||||||
bool CanUserExitFullscreen() const override;
|
bool CanUserExitFullscreen() const override;
|
||||||
bool IsExclusiveAccessBubbleDisplayed() const override;
|
bool IsExclusiveAccessBubbleDisplayed() const override;
|
||||||
|
|
||||||
|
// content::WebContentsDelegate
|
||||||
bool IsFullscreenForTabOrPending(const content::WebContents* source) override;
|
bool IsFullscreenForTabOrPending(const content::WebContents* source) override;
|
||||||
bool TakeFocus(content::WebContents* source, bool reverse) override;
|
bool TakeFocus(content::WebContents* source, bool reverse) override;
|
||||||
content::PictureInPictureResult EnterPictureInPicture(
|
content::PictureInPictureResult EnterPictureInPicture(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue