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

Unified Diff: third_party/WebKit/Source/core/page/AutoscrollController.h

Issue 2650403006: Remove PlatformMouseEvent and use WebMouseEvent instead (Closed)
Patch Set: Fix nits Created 3 years, 11 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/core/page/AutoscrollController.h
diff --git a/third_party/WebKit/Source/core/page/AutoscrollController.h b/third_party/WebKit/Source/core/page/AutoscrollController.h
index aab9602b556b8e82be2e8816bd4aa46b459fbc7f..5ab08a0267b8591ab67de26d5c2fb5416d3a7a46 100644
--- a/third_party/WebKit/Source/core/page/AutoscrollController.h
+++ b/third_party/WebKit/Source/core/page/AutoscrollController.h
@@ -38,9 +38,9 @@ class LocalFrame;
class FrameView;
class Node;
class Page;
-class PlatformMouseEvent;
class LayoutBox;
class LayoutObject;
+class WebMouseEvent;
enum AutoscrollType {
NoAutoscroll,
@@ -72,7 +72,7 @@ class CORE_EXPORT AutoscrollController final
const IntPoint& eventPosition,
TimeTicks eventTime);
void handleMouseReleaseForMiddleClickAutoscroll(LocalFrame*,
- const PlatformMouseEvent&);
+ const WebMouseEvent&);
void startMiddleClickAutoscroll(LayoutBox*, const IntPoint&);
private:

Powered by Google App Engine
This is Rietveld 408576698