chore: implement WebContentsDelegate::GetFullscreenState
(#38141)
Refs 4255184
This commit is contained in:
parent
7f5364f98d
commit
ee1e6aab3e
2 changed files with 8 additions and 0 deletions
|
@ -696,6 +696,8 @@ class WebContents : public ExclusiveAccessContext,
|
|||
|
||||
// content::WebContentsDelegate
|
||||
bool IsFullscreenForTabOrPending(const content::WebContents* source) override;
|
||||
content::FullscreenState GetFullscreenState(
|
||||
const content::WebContents* web_contents) const override;
|
||||
bool TakeFocus(content::WebContents* source, bool reverse) override;
|
||||
content::PictureInPictureResult EnterPictureInPicture(
|
||||
content::WebContents* web_contents) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue