| 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 764b4db7fdf6d4333073cfc838c467789d41f992..a29db05eeccfc0049db53dad139862ea96b9c67a 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
|
| @@ -57,7 +57,7 @@ public:
|
| virtual void invalidate() = 0;
|
| virtual void invalidateRect(const IntRect&) = 0;
|
|
|
| - virtual ScrollbarOverlayStyle scrollbarOverlayStyle() const = 0;
|
| + virtual ScrollbarOverlayStyle getScrollbarOverlayStyle() const = 0;
|
| virtual void getTickmarks(Vector<IntRect>&) const = 0;
|
| virtual bool isScrollableAreaActive() const = 0;
|
|
|
|
|