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

Unified Diff: public/web/WebWidgetClient.h

Issue 1176423008: Forward mouse down node information to WebWidgetClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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
« Source/core/page/ChromeClient.h ('K') | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebWidgetClient.h
diff --git a/public/web/WebWidgetClient.h b/public/web/WebWidgetClient.h
index 0d840ef291eefe2dd35316a7e2879c4cf70956d8..3affa4a6a49bf5899d9e2aaaac96bd14f2c071b8 100644
--- a/public/web/WebWidgetClient.h
+++ b/public/web/WebWidgetClient.h
@@ -165,6 +165,9 @@ public:
// something as a result of a tap without explicitly consuming the event.
virtual void showUnhandledTapUIIfNeeded(const WebPoint& tappedPosition,
const WebNode& tappedNode, bool pageChanged) { }
+
+ // Called when there is mouse press or gesture tap event.
+ virtual void onClickInput(const WebNode& clickedNode) { }
protected:
~WebWidgetClient() { }
};
« Source/core/page/ChromeClient.h ('K') | « Source/web/ChromeClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698