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

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, 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
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 f5ce0fad9334b57218a7a2166a9986ce4d983bf1..1dcc257661667a4cc3091ab50098263566d57ac9 100644
--- a/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
+++ b/third_party/WebKit/Source/web/tests/FakeWebPlugin.h
@@ -35,8 +35,8 @@
namespace blink {
+class WebCoalescedInputEvent;
class WebDragData;
-class WebInputEvent;
class WebPluginContainer;
class WebURLResponse;
struct WebPluginParams;
@@ -57,7 +57,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