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

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

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: 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
Index: components/plugins/renderer/webview_plugin.h
diff --git a/components/plugins/renderer/webview_plugin.h b/components/plugins/renderer/webview_plugin.h
index 086fa6db3a1a793519d762c32f7d36376d99a2fb..035a00bee69dd9e8c488b18aeb1bbcced614eb85 100644
--- a/components/plugins/renderer/webview_plugin.h
+++ b/components/plugins/renderer/webview_plugin.h
@@ -101,6 +101,7 @@ class WebViewPlugin : public blink::WebPlugin,
blink::WebInputEventResult handleInputEvent(
const blink::WebInputEvent& event,
+ const std::vector<const blink::WebInputEvent*>&,
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') | third_party/WebKit/public/web/WebWidget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698