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

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

Issue 2844823002: Support Coalesced Touch in ppapi (Closed)
Patch Set: Support Coalesced Touch in ppapi Created 3 years, 7 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
« no previous file with comments | « third_party/WebKit/public/platform/WebCoalescedInputEvent.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 dff5299781a61432ea4e3140610f7f14ffb1053e..c5cbb9189ab82258091a2695e69474cdfe2c95aa 100644
--- a/third_party/WebKit/public/web/WebPlugin.h
+++ b/third_party/WebKit/public/web/WebPlugin.h
@@ -43,8 +43,8 @@
namespace blink {
+class WebCoalescedInputEvent;
class WebDragData;
-class WebInputEvent;
class WebPluginContainer;
class WebURLResponse;
struct WebCompositionUnderline;
@@ -117,7 +117,7 @@ class WebPlugin {
virtual void UpdateVisibility(bool) = 0;
- virtual WebInputEventResult HandleInputEvent(const WebInputEvent&,
+ virtual WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&,
WebCursorInfo&) = 0;
virtual bool HandleDragStatusUpdate(WebDragStatus,
« no previous file with comments | « third_party/WebKit/public/platform/WebCoalescedInputEvent.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698