| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 2cfcdf7fe644d637e1d920335d9266cb00491b46..aad055b31fbb382aa834edbec3332ece5b92cc32 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -372,7 +372,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
|
|
| // Called when the renderer puts a tab into or out of fullscreen mode.
|
| virtual void ToggleFullscreenModeForTab(WebContents* web_contents,
|
| - bool enter_fullscreen) {}
|
| + bool enter_fullscreen,
|
| + bool is_video) {}
|
| virtual bool IsFullscreenForTabOrPending(
|
| const WebContents* web_contents) const;
|
|
|
|
|