| Index: third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| index c23c2ec4c8d60d716957055b7412f38584b61e11..5e7b56694f9eb913b5d9bdfc82b7389b865d9886 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| @@ -70,7 +70,7 @@ class PLATFORM_EXPORT ScrollbarTheme {
|
|
|
| virtual bool supportsControlTints() const { return false; }
|
| virtual bool usesOverlayScrollbars() const { return false; }
|
| - virtual void updateScrollbarOverlayStyle(const ScrollbarThemeClient&) {}
|
| + virtual void updateScrollbarOverlayColorTheme(const ScrollbarThemeClient&) {}
|
|
|
| virtual bool invalidateOnMouseEnterExit() { return false; }
|
| virtual bool invalidateOnWindowActiveChange() const { return false; }
|
|
|