| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index c579e1091b68fa109d89c1e99c73b6dd9b312b92..8e477907e4df43173ead4d5435fa77d4415204ca 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -521,8 +521,7 @@ class WEB_EXPORT WebViewImpl final
|
| IntSize contentsSize() const;
|
|
|
| void performResize();
|
| - void resizeViewWhileAnchored(FrameView*,
|
| - float browserControlsHeight,
|
| + void resizeViewWhileAnchored(float browserControlsHeight,
|
| bool browserControlsShrinkLayout);
|
|
|
| // Overrides the compositor visibility. See the description of
|
|
|