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

Unified Diff: content/renderer/browser_plugin/browser_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: content/renderer/browser_plugin/browser_plugin.h
diff --git a/content/renderer/browser_plugin/browser_plugin.h b/content/renderer/browser_plugin/browser_plugin.h
index 4b35cf0afa4c14b94c1c07962a5b2426beddff60..7c14ac1374fffa2fc46e7b9d2738179f62e7a719 100644
--- a/content/renderer/browser_plugin/browser_plugin.h
+++ b/content/renderer/browser_plugin/browser_plugin.h
@@ -100,6 +100,7 @@ class CONTENT_EXPORT BrowserPlugin :
void updateVisibility(bool visible) override;
blink::WebInputEventResult handleInputEvent(
const blink::WebInputEvent& event,
+ const std::vector<const blink::WebInputEvent*>& coalescedEvents,
blink::WebCursorInfo& cursor_info) override;
bool handleDragStatusUpdate(blink::WebDragStatus drag_status,
const blink::WebDragData& drag_data,

Powered by Google App Engine
This is Rietveld 408576698