| Index: Source/core/platform/mock/ScrollbarThemeMock.cpp
|
| diff --git a/Source/core/platform/mock/ScrollbarThemeMock.cpp b/Source/core/platform/mock/ScrollbarThemeMock.cpp
|
| index ef0511808f2556bb152bbdf5245b38ceb9241961..381f91777783b42e03c3f987c06220bf0b6e1c85 100644
|
| --- a/Source/core/platform/mock/ScrollbarThemeMock.cpp
|
| +++ b/Source/core/platform/mock/ScrollbarThemeMock.cpp
|
| @@ -42,11 +42,6 @@ int ScrollbarThemeMock::scrollbarThickness(ScrollbarControlSize controlSize)
|
| return cScrollbarThickness[controlSize];
|
| }
|
|
|
| -bool ScrollbarThemeMock::usesOverlayScrollbars() const
|
| -{
|
| - return Settings::usesOverlayScrollbars();
|
| -}
|
| -
|
| void ScrollbarThemeMock::paintTrackBackground(GraphicsContext* context, ScrollbarThemeClient* scrollbar, const IntRect& trackRect)
|
| {
|
| context->fillRect(trackRect, scrollbar->enabled() ? Color::lightGray : Color(0xFFE0E0E0));
|
|
|