| 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 75b4c5544ba3a0b80a6cb6bb2c2a298b667b9b55..935014bdd55ae1e824f6a63a2a007b70fddc5502 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarTheme.h
|
| @@ -94,10 +94,6 @@ class PLATFORM_EXPORT ScrollbarTheme {
|
| return kAllParts;
|
| }
|
|
|
| - // Returns parts of the scrollbar which must be repainted following a change
|
| - // in enabled state.
|
| - virtual ScrollbarPart InvalidateOnEnabledChange() const { return kAllParts; }
|
| -
|
| virtual void PaintScrollCorner(GraphicsContext&,
|
| const DisplayItemClient&,
|
| const IntRect& corner_rect);
|
|
|