Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
index 1022c2b2b1c47c73126368059e7c2f22428339ac..8f657e4b28dfdb81a6ea08f0bccfa30ede54767e 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlayMock.h |
@@ -59,7 +59,7 @@ class PLATFORM_EXPORT ScrollbarThemeOverlayMock : public ScrollbarThemeOverlay { |
} |
bool shouldSnapBackToDragOrigin(const ScrollbarThemeClient& scrollbar, |
- const PlatformMouseEvent& evt) override { |
+ const WebMouseEvent& evt) override { |
return false; |
} |