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

Unified Diff: public/web/WebView.h

Issue 19281007: Allow zoom-in to a target rect when tapping multiple targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('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 128aae1b8c7e356c98a84892790989988ab5a582..4f3a1a616d357adb9bdc44f882780793656fb893 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -197,6 +197,10 @@ public:
// Animate a scale into the specified find-in-page rect.
virtual void zoomToFindInPageRect(const WebRect&) = 0;
+ // Animate a scale into the specified rect where multiple targets were
+ // found from previous tap gesture.
+ // returns false if it doesn't do any zooming
jochen (gone - plz use gerrit) 2013/07/16 10:05:24 nit. comments should be correct sentence (start w
+ virtual bool zoomToMultipleTargetsRect(const WebRect&) = 0;
abarth-chromium 2013/07/16 18:54:42 Please keep two blank lines between sections.
// Zoom ----------------------------------------------------------------
« Source/web/WebViewImpl.cpp ('K') | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698