| Index: content/public/browser/screen_orientation_provider.h
|
| diff --git a/content/public/browser/screen_orientation_provider.h b/content/public/browser/screen_orientation_provider.h
|
| index c3bda14ba896059e8ac45ce0bdec8a9d52db8167..75f8a3992d9678630eb3f0b3a7d6a046f25b0d16 100644
|
| --- a/content/public/browser/screen_orientation_provider.h
|
| +++ b/content/public/browser/screen_orientation_provider.h
|
| @@ -41,7 +41,8 @@ class CONTENT_EXPORT ScreenOrientationProvider : public WebContentsObserver {
|
| static void SetDelegate(ScreenOrientationDelegate* delegate_);
|
|
|
| // WebContentsObserver
|
| - void DidToggleFullscreenModeForTab(bool entered_fullscreen) override;
|
| + void DidToggleFullscreenModeForTab(bool entered_fullscreen,
|
| + bool will_cause_resize) override;
|
|
|
| private:
|
| struct LockInformation {
|
|
|