| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| index b978eecd5211803858547d78baee97e6b730dabc..7bb561df67c3d0dc0e96145776293c3b7b715b07 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.cpp
|
| @@ -69,10 +69,6 @@ ScrollbarPart ScrollbarThemeOverlay::InvalidateOnThumbPositionChange(
|
| return kNoPart;
|
| }
|
|
|
| -ScrollbarPart ScrollbarThemeOverlay::InvalidateOnEnabledChange() const {
|
| - return kNoPart;
|
| -}
|
| -
|
| int ScrollbarThemeOverlay::ScrollbarThickness(
|
| ScrollbarControlSize control_size) {
|
| return thumb_thickness_ + scrollbar_margin_;
|
|
|