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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.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/platform/scroll/ScrollbarThemeMac.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
index 2dd3765738cd0d4a354167e8c9d14e7c4e593899..558b170d04b5739c450aea97c956734b16faf541 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h
@@ -89,7 +89,7 @@ class PLATFORM_EXPORT ScrollbarThemeMac : public ScrollbarTheme {
int maxOverlapBetweenPages() override { return 40; }
bool shouldDragDocumentInsteadOfThumb(const ScrollbarThemeClient&,
- const PlatformMouseEvent&) override;
+ const WebMouseEvent&) override;
int scrollbarPartToHIPressedState(ScrollbarPart);
virtual void updateButtonPlacement(WebScrollbarButtonsPlacement) {}

Powered by Google App Engine
This is Rietveld 408576698