| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 08f38ebe41608c44e1b4e82845b54111a51c0d1a..28bb6967538f12e3c5023f7bbc43a7a94009cfc6 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?
|
|
|