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 069d18ecf881d43164dcd48ad2cb8e0209f5b024..c6cd3964460c178aef572001582488ea8e3dfa12 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMac.h |
@@ -90,11 +90,6 @@ class PLATFORM_EXPORT ScrollbarThemeMac : public ScrollbarTheme { |
virtual void updateButtonPlacement(WebScrollbarButtonsPlacement) {} |
- void paintGivenTickmarks(SkCanvas*, |
- const Scrollbar&, |
- const IntRect&, |
- const Vector<IntRect>&); |
- |
IntRect trackRect(const ScrollbarThemeClient&, |
bool painting = false) override; |
IntRect backButtonRect(const ScrollbarThemeClient&, |