| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 6bed8b9669937015af72b398924f1ef8d0a064c8..b13e1658e455a531f73156ca9a9a4905a3664577 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -490,6 +490,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();
|
|
|