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