chore: add missing content::WebContentsDelegate section (#38133)

This commit is contained in:
Milan Burda 2023-05-01 15:23:47 +02:00 committed by GitHub
parent a2d35e9cf5
commit 7c482518bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(