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

Unified Diff: Source/core/page/ChromeClient.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
Index: Source/core/page/ChromeClient.h
diff --git a/Source/core/page/ChromeClient.h b/Source/core/page/ChromeClient.h
index 85d7605910c7d8d9a7a483ea5759a63b15ef0a0e..ef416413d80f697e1eeeb66aabd393af355043d9 100644
--- a/Source/core/page/ChromeClient.h
+++ b/Source/core/page/ChromeClient.h
@@ -239,6 +239,8 @@ public:
virtual void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) { }
+ virtual void onClickInput(Node*) { }
please use gerrit instead 2015/06/17 20:07:08 Should this be called "onClickNode(Node*)" instead
Yufeng Shen (Slow to review) 2015/06/17 20:12:57 oh, I think the name actually means the click is a
please use gerrit instead 2015/06/17 20:58:05 Sure.
+
virtual void didUpdateTopControls() const { }
virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;

Powered by Google App Engine
This is Rietveld 408576698