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

Unified Diff: third_party/WebKit/public/web/WebPlugin.h

Issue 2576013002: Introducing WebCoalescedInputEvent and inclusion in content/common (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/public/web/WebPlugin.h
diff --git a/third_party/WebKit/public/web/WebPlugin.h b/third_party/WebKit/public/web/WebPlugin.h
index f9a488669051858c6e5a0c5aeffc0a9a98961de7..c779251b4c9b6b0a4613aec0c61cd0bedd26b601 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -44,7 +44,7 @@
namespace blink {
class WebDragData;
-class WebInputEvent;
+class WebCoalescedInputEvent;
class WebPluginContainer;
class WebURLResponse;
struct WebCompositionUnderline;
@@ -118,7 +118,7 @@ class WebPlugin {
virtual void updateVisibility(bool) = 0;
- virtual WebInputEventResult handleInputEvent(const WebInputEvent&,
+ virtual WebInputEventResult handleInputEvent(const WebCoalescedInputEvent&,
WebCursorInfo&) = 0;
virtual bool handleDragStatusUpdate(WebDragStatus,

Powered by Google App Engine
This is Rietveld 408576698