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 IsExclusiveAccessBubbleDisplayed() const override;
|
||||
|
||||
// content::WebContentsDelegate
|
||||
bool IsFullscreenForTabOrPending(const content::WebContents* source) override;
|
||||
bool TakeFocus(content::WebContents* source, bool reverse) override;
|
||||
content::PictureInPictureResult EnterPictureInPicture(
|
||||
|
|
Loading…
Reference in a new issue