Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Unified Diff: public/web/WebView.h

Issue 1167503002: Remove obsolete pinch-zoom related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix for broken SVG layout test Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index fccabe0665136ae95826356965f6df2398e6b720..3adacccd889a5823725cd97133c740d03e0c6c52 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -230,12 +230,6 @@ public:
// On the other hand, zooming affects layout of the page.
virtual void setPageScaleFactor(float scaleFactor, const WebPoint& origin) { setPageScaleFactor(scaleFactor); }
- // TODO: Reevaluate if this is needed once all users are converted to using the
- // virtual viewport pinch model.
- // Temporary to keep old style pinch viewport working while we gradually bring up
- // virtual viewport pinch.
- virtual void setMainFrameScrollOffset(const WebPoint& origin) = 0;
-
// Scales the page without affecting layout by using the pinch-to-zoom viewport.
virtual void setPageScaleFactor(float) = 0;
« no previous file with comments | « public/web/WebSettings.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698