| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index aa5f6437e02c83d0272e5f906a5048bd1d4cce1c..48172b8dd795f2850c0c6c676d80369e17e57a9c 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -125,7 +125,7 @@ public:
|
|
|
| virtual void applyViewportDeltas(
|
| const WebFloatSize& pinchViewportDelta,
|
| - const WebFloatSize& mainFrameDelta,
|
| + const WebFloatSize& layoutViewportDelta,
|
| const WebFloatSize& elasticOverscrollDelta,
|
| float pageScaleDelta,
|
| float topControlsShownRatioDelta) override;
|
| @@ -545,8 +545,6 @@ private:
|
| void resumeTreeViewCommits();
|
| IntSize contentsSize() const;
|
|
|
| - void updateLayoutViewportScrollPosition(const DoublePoint& scrollPosition, bool programmaticScroll);
|
| -
|
| void performResize();
|
| void resizeViewWhileAnchored(FrameView*);
|
|
|
|
|