| Index: ui/views/controls/webview/webview.h
|
| diff --git a/ui/views/controls/webview/webview.h b/ui/views/controls/webview/webview.h
|
| index cb8ba7a2b3b9dc1c66bbddb866750ff644cf3bda..9ff7c7f6091ac38865ed7da840fe92bb111d9f3c 100644
|
| --- a/ui/views/controls/webview/webview.h
|
| +++ b/ui/views/controls/webview/webview.h
|
| @@ -133,7 +133,8 @@ class WEBVIEW_EXPORT WebView : public View,
|
| void WebContentsDestroyed() override;
|
| void DidShowFullscreenWidget(int routing_id) override;
|
| void DidDestroyFullscreenWidget(int routing_id) override;
|
| - void DidToggleFullscreenModeForTab(bool entered_fullscreen) override;
|
| + void DidToggleFullscreenModeForTab(bool entered_fullscreen,
|
| + bool will_cause_resize) override;
|
| void DidAttachInterstitialPage() override;
|
| void DidDetachInterstitialPage() override;
|
| // Workaround for MSVC++ linker bug/feature that requires
|
|
|