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

Unified Diff: content/renderer/render_view_impl.h

Issue 19256012: Allow zoom-in as alternative to popup when tapping multiple targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_view_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 476d7c72c7b2e7f70284db3a71d039a20c45c936..853e0e52e563f215b516cb5ac75f3ce877776da0 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -1244,6 +1244,12 @@ class CONTENT_EXPORT RenderViewImpl
// should be drawn.
gfx::Size disable_scrollbars_size_limit_;
+ // How to handle a tap gesture touching multiple targets
+ enum {
+ MULTITARGET_ZOOM,
+ MULTITARGET_POPUP
+ } did_tap_multiple_targets_strategy_;
+
// Loading state -------------------------------------------------------------
// True if the top level frame is currently being loaded.
« no previous file with comments | « no previous file | content/renderer/render_view_impl.cc » ('j') | content/renderer/render_view_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698