| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 041457dd12c3bd569d05148815ae9544b17edd5a..837dac28ef4e84a72f88a20a2223555b0b9b0b3c 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -545,6 +545,7 @@ private:
|
| void updateMainFrameScrollPosition(const DoublePoint& scrollPosition, bool programmaticScroll);
|
|
|
| void performResize();
|
| + void resizeViewWhileAnchored(FrameView*);
|
|
|
| friend class WebView; // So WebView::Create can call our constructor
|
| friend class WTF::RefCounted<WebViewImpl>;
|
|
|