| 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 17a21f5b3b6250a10a95c2b7cef590b420e4a70e..0df53ca898e7dba9636f5ff20929863921d80750 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -520,7 +520,8 @@
|
| IntSize contentsSize() const;
|
|
|
| void performResize();
|
| - void resizeViewWhileAnchored(float browserControlsHeight,
|
| + void resizeViewWhileAnchored(FrameView*,
|
| + float browserControlsHeight,
|
| bool browserControlsShrinkLayout);
|
|
|
| // Overrides the compositor visibility. See the description of
|
|
|