Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index aa402ad54de27914f62986ff15f22e0e353923d5..441daa8d1cc4e145ab71f369cce20ea59a38fa6d 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -499,6 +499,10 @@ |
// 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(); |