| 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..7cd1e28a07479d4ac3f60cfa94bff7a541c18a96 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeAura.h
|
| @@ -54,9 +54,6 @@ class PLATFORM_EXPORT ScrollbarThemeAura : public ScrollbarTheme {
|
| bool painting = false) override;
|
| int minimumThumbLength(const ScrollbarThemeClient&) override;
|
|
|
| - void paintTickmarks(GraphicsContext&,
|
| - const Scrollbar&,
|
| - const IntRect&) override;
|
| void paintTrackBackground(GraphicsContext&,
|
| const Scrollbar&,
|
| const IntRect&) override;
|
|
|