Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 397aff8f75877a168ad2ce8e763a759c34188b2d..50d76f0c2079a823b509bf28048bfe1a278da1ca 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -189,8 +189,6 @@ public: |
virtual WebFloatPoint pinchViewportOffset() const OVERRIDE; |
virtual float minimumPageScaleFactor() const OVERRIDE; |
virtual float maximumPageScaleFactor() const OVERRIDE; |
- virtual void saveScrollAndScaleState() OVERRIDE; |
- virtual void restoreScrollAndScaleState() OVERRIDE; |
virtual void resetScrollAndScaleState() OVERRIDE; |
virtual void setIgnoreViewportTagScaleLimits(bool) OVERRIDE; |
virtual WebSize contentsPreferredMinimumSize() OVERRIDE; |
@@ -628,10 +626,6 @@ private: |
PageScaleConstraintsSet m_pageScaleConstraintsSet; |
- // Saved page scale state. |
- float m_savedPageScaleFactor; // 0 means that no page scale factor is saved. |
- WebCore::IntSize m_savedScrollOffset; |
- |
// The scale moved to by the latest double tap zoom, if any. |
float m_doubleTapZoomPageScaleFactor; |
// Have we sent a double-tap zoom and not yet heard back the scale? |