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

Unified Diff: third_party/WebKit/Source/web/WebViewFrameWidget.h

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent 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: third_party/WebKit/Source/web/WebViewFrameWidget.h
diff --git a/third_party/WebKit/Source/web/WebViewFrameWidget.h b/third_party/WebKit/Source/web/WebViewFrameWidget.h
index a6b72542bdb52a20f7e3d3e087f4ac0e03c17f4a..a12f0e5368f8000562bbaa79f4e33af6800275d5 100644
--- a/third_party/WebKit/Source/web/WebViewFrameWidget.h
+++ b/third_party/WebKit/Source/web/WebViewFrameWidget.h
@@ -55,7 +55,7 @@ class WebViewFrameWidget : public WebFrameWidgetBase {
void compositeAndReadbackAsync(
WebCompositeAndReadbackAsyncCallback*) override;
void themeChanged() override;
- WebInputEventResult handleInputEvent(const WebInputEvent&) override;
+ WebInputEventResult handleInputEvent(const CoalescedWebInputEvent&) override;
void setCursorVisibilityState(bool isVisible) override;
bool hasTouchEventHandlersAt(const WebPoint&) override;
void applyViewportDeltas(const WebFloatSize& visualViewportDelta,

Powered by Google App Engine
This is Rietveld 408576698