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

Unified Diff: Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 95e546314e64e33ae2acd5634be9e9f2676696c3..dba8a05a3bd3a70ef7c1a261bfa33d0cdb0b5448 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -164,6 +164,7 @@ public:
void registerViewportLayers() const override;
void showUnhandledTapUIIfNeeded(IntPoint, Node*, bool) override;
+ void onClickInput(Node*) override;
void didUpdateTopControls() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698