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

Unified Diff: content/browser/renderer_host/render_widget_host_view_android.h

Issue 2943383002: Android double/triple click (Closed)
Patch Set: fixing DIP Created 3 years, 6 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/browser/renderer_host/render_widget_host_view_android.h
diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
index 295c9dae0a3ef2ea85fa92a3731067f748195478..a34f60c83154377165711269a19d982444530600 100644
--- a/content/browser/renderer_host/render_widget_host_view_android.h
+++ b/content/browser/renderer_host/render_widget_host_view_android.h
@@ -428,6 +428,10 @@ class CONTENT_EXPORT RenderWidgetHostViewAndroid
float prev_top_shown_pix_;
float prev_bottom_shown_pix_;
+ double prev_mousedown_timestamp_;
aelias_OOO_until_Jul13 2017/06/20 18:57:52 base::TimeTicks
amaralp 2017/06/21 00:33:40 Done.
+ gfx::Point prev_mousedown_point_;
+ int click_count_;
aelias_OOO_until_Jul13 2017/06/20 18:57:52 = 0;
amaralp 2017/06/21 00:33:40 Done.
+
cc::mojom::MojoCompositorFrameSinkClient* renderer_compositor_frame_sink_ =
nullptr;

Powered by Google App Engine
This is Rietveld 408576698