| Index: third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| index 6cefcb2c9092f6ea3fd00ca1b72692839d83580a..a332f65b6c5dc85ef15f520cbe6082037c9be21f 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
|
| @@ -81,7 +81,7 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
|
| void setFrameRect(const IntRect&) override;
|
| IntRect frameRect() const override { return Widget::frameRect(); }
|
|
|
| - ScrollbarOverlayStyle getScrollbarOverlayStyle() const override;
|
| + ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const override;
|
| void getTickmarks(Vector<IntRect>&) const override;
|
| bool isScrollableAreaActive() const override;
|
|
|
|
|