Index: public/web/WebView.h |
diff --git a/public/web/WebView.h b/public/web/WebView.h |
index 14d492cdee8424ce6c2004f11ad4edc45c18997c..d056a77bc5274660bcb1df15e983ecbca7c0a8f6 100644 |
--- a/public/web/WebView.h |
+++ b/public/web/WebView.h |
@@ -272,14 +272,6 @@ public: |
virtual float minimumPageScaleFactor() const = 0; |
virtual float maximumPageScaleFactor() const = 0; |
- // Save the WebView's current scroll and scale state. Each call to this function |
- // overwrites the previously saved scroll and scale state. |
- virtual void saveScrollAndScaleState() = 0; |
- |
- // Restore the previously saved scroll and scale state. After restoring the |
- // state, this function deletes any saved scroll and scale state. |
- virtual void restoreScrollAndScaleState() = 0; |
- |
// Reset any saved values for the scroll and scale state. |
virtual void resetScrollAndScaleState() = 0; |