| Index: third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
 | 
| diff --git a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
 | 
| index f5223424ecef64bcf89052eb6840319e19e3203d..e4a17e726019779a69c3e044a0f07cfbf072578a 100644
 | 
| --- a/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
 | 
| +++ b/third_party/WebKit/Source/platform/exported/WebScrollbarThemeClientImpl.h
 | 
| @@ -59,7 +59,7 @@ class PLATFORM_EXPORT WebScrollbarThemeClientImpl
 | 
|    IntRect frameRect() const override;
 | 
|    void invalidate() override;
 | 
|    void invalidateRect(const IntRect&) override;
 | 
| -  ScrollbarOverlayStyle getScrollbarOverlayStyle() const override;
 | 
| +  ScrollbarOverlayColorTheme getScrollbarOverlayColorTheme() const override;
 | 
|    void getTickmarks(Vector<IntRect>&) const override;
 | 
|    bool isScrollableAreaActive() const override;
 | 
|    IntPoint convertFromRootFrame(const IntPoint&) const override;
 | 
| 
 |