Chromium Code Reviews| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
| index 2620014d7c97acfe526c87a2a0528736eb9fad4e..3544ca74ca1c3cfe731915f118f566ca3dfe056f 100644 |
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h |
| @@ -39,6 +39,9 @@ namespace blink { |
| class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarTheme { |
| public: |
| int scrollbarThickness(ScrollbarControlSize) override; |
| + static void paintAuraTickmarks(GraphicsContext&, |
|
bokan
2016/11/04 19:46:25
Lets just move this implementation into ScrollbarT
|
| + const Scrollbar&, |
| + const IntRect&); |
| protected: |
| bool hasButtons(const ScrollbarThemeClient&) override { return true; } |