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

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: add ASSERT for event type 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 2d112fc1c7e2fe0cb37c78bd8b226c330943a8af..69700b9d6e9d74ca902c87dfbb81da8444be1aae 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