| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| index b400984777a5655a45f6c611d46cb5265e651046..a94f6e6e4e7176c26b12197cc971bf9bfcef4ddd 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| @@ -63,8 +63,6 @@
|
| const DisplayItemClient&,
|
| const IntRect& cornerRect) override;
|
|
|
| - int minimumThumbLength(const ScrollbarThemeClient&) override;
|
| -
|
| private:
|
| bool isMockTheme() const final { return true; }
|
| };
|
|
|