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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 1195473005: Let PageClickTracker use onMouseDown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 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
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 6345aea53120c9754816f2710624d533d789a71a..12095c45aa077cbbe01455059e5092a5c1d7401c 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -80,9 +80,10 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
virtual void DidUpdateLayout() {}
// These match the RenderView methods.
- virtual void DidHandleMouseEvent(const blink::WebMouseEvent& event) {}
virtual void DidHandleGestureEvent(const blink::WebGestureEvent& event) {}
+ virtual void OnMouseDown(const blink::WebNode& mouse_down_node) {}
+
// These match incoming IPCs.
virtual void Navigate(const GURL& url) {}
virtual void ClosePage() {}
« no previous file with comments | « components/autofill/content/renderer/page_click_tracker.cc ('k') | content/public/test/render_view_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698