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

Unified Diff: content/renderer/render_view_impl.h

Issue 2783233004: Refine tap disambiguation UMA to track same-node/different-node. (Closed)
Patch Set: Deprecate existing field Created 3 years, 9 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
Index: content/renderer/render_view_impl.h
diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
index 6dd0d8401fc9b1fe92c120eacce7868769bbbfe5..bf56eb1aedea1e13eef0b568f8559302a83e4d5f 100644
--- a/content/renderer/render_view_impl.h
+++ b/content/renderer/render_view_impl.h
@@ -541,6 +541,9 @@ class CONTENT_EXPORT RenderViewImpl
const blink::WebPluginAction& action);
void OnMoveOrResizeStarted();
void OnReleaseDisambiguationPopupBitmap(const cc::SharedBitmapId& id);
+ void OnResolveTapDisambiguation(double timestamp_seconds,
+ gfx::Point tap_viewport_offset,
+ bool is_long_press);
void OnSetActive(bool active);
void OnSetBackgroundOpaque(bool opaque);
void OnExitFullscreen();
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/PopupZoomer.java ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698