| 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) {}
|
|
|