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

Unified Diff: third_party/WebKit/public/platform/WebInputEvent.h

Issue 2586133003: Remove PlatformWheelEvent and use WebMouseWheelEvent instead (Closed)
Patch Set: Rebase 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/platform/WebInputEvent.h
diff --git a/third_party/WebKit/public/platform/WebInputEvent.h b/third_party/WebKit/public/platform/WebInputEvent.h
index 9a732a8dde5a7945602bec8dbed5790b5ebe311f..9b07922db5790d1b3f8879c2d48985ef4b79da66 100644
--- a/third_party/WebKit/public/platform/WebInputEvent.h
+++ b/third_party/WebKit/public/platform/WebInputEvent.h
@@ -409,6 +409,11 @@ class WebMouseEvent : public WebInputEvent, public WebPointerProperties {
movementY(0),
clickCount(0) {}
+#if INSIDE_BLINK
+ BLINK_PLATFORM_EXPORT WebFloatPoint movementInRootFrame() const;
+ BLINK_PLATFORM_EXPORT WebFloatPoint positionInRootFrame() const;
+#endif
+
protected:
explicit WebMouseEvent(unsigned sizeParam)
: WebInputEvent(sizeParam),

Powered by Google App Engine
This is Rietveld 408576698