| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 95f6e282d6f2474a3618cd73f63daad92f18617e..9bd645bc390978e790c949b3a815ce030393379c 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -511,6 +511,10 @@ private:
|
| // prevent external usage
|
| virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) OVERRIDE;
|
|
|
| + void scrollAndRescaleViewports(float scaleFactor, const IntPoint& mainFrameOrigin, const FloatPoint& pinchViewportOrigin);
|
| +
|
| + IntRect visibleRectInDocument() const;
|
| +
|
| float legibleScale() const;
|
| void refreshPageScaleFactorAfterLayout();
|
| void resumeTreeViewCommits();
|
|
|