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

Unified Diff: components/plugins/renderer/webview_plugin.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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 | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | content/common/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index fdb1cf9cbbeeb6915cffa86b053ed20b3e896ef2..2df5050483ee44be957f26342d3c588779562440 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -100,7 +100,7 @@ class WebViewPlugin : public blink::WebPlugin,
void updateVisibility(bool) override {}
blink::WebInputEventResult handleInputEvent(
- const blink::WebInputEvent& event,
+ const blink::CoalescedWebInputEvent& event,
blink::WebCursorInfo& cursor_info) override;
void didReceiveResponse(const blink::WebURLResponse& response) override;
« no previous file with comments | « no previous file | components/plugins/renderer/webview_plugin.cc » ('j') | content/common/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698