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

Unified Diff: third_party/WebKit/Source/web/tests/FakeWebPlugin.h

Issue 2844823002: Support Coalesced Touch in ppapi (Closed)
Patch Set: Support Coalesced Touch in ppapi Created 3 years, 8 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
Index: third_party/WebKit/Source/web/tests/FakeWebPlugin.h
diff --git a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
index 1a5eb121c03e9ad9ae31e5f41aa0a5a1d6352630..f6b46cf80a61b1ac8a7c9fab08962ef1cc6c7435 100644
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
@@ -35,9 +35,9 @@
namespace blink {
+class WebCoalescedInputEvent;
class WebDragData;
class WebFrame;
-class WebInputEvent;
class WebPluginContainer;
class WebURLResponse;
struct WebPluginParams;
@@ -59,7 +59,7 @@ class FakeWebPlugin : public WebPlugin {
bool is_visible) override {}
void UpdateFocus(bool, WebFocusType) override {}
void UpdateVisibility(bool) override {}
- WebInputEventResult HandleInputEvent(const WebInputEvent&,
+ WebInputEventResult HandleInputEvent(const WebCoalescedInputEvent&,
WebCursorInfo&) override {
return WebInputEventResult::kNotHandled;
}

Powered by Google App Engine
This is Rietveld 408576698