| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| index 4c0b2d444ac46e5739db89eb3d390a50d0abc08b..41814eb015c77d574bc261d090e6511a5741f09d 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| @@ -53,8 +53,6 @@ class PLATFORM_EXPORT ScrollbarThemeOverlay : public ScrollbarTheme {
|
| float old_position,
|
| float new_position) const override;
|
|
|
| - ScrollbarPart InvalidateOnEnabledChange() const override;
|
| -
|
| int ScrollbarThickness(ScrollbarControlSize) override;
|
| int ScrollbarMargin() const override;
|
| bool UsesOverlayScrollbars() const override;
|
|
|