| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| index fd1480ee3ef4ec5ab9b3fdaea528aeeea92964e9..b013012cd244501a27d0fe33abe36975c173ee36 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -55,7 +55,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
|
| virtual void invalidate() = 0;
|
| virtual void invalidateRect(const IntRect&) = 0;
|
|
|
| - virtual ScrollbarOverlayStyle getScrollbarOverlayStyle() const = 0;
|
| + virtual ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const = 0;
|
| virtual void getTickmarks(Vector<IntRect>&) const = 0;
|
| virtual bool isScrollableAreaActive() const = 0;
|
|
|
|
|