| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp
|
| index ee1875f49c27e803ae54a389d23fb828cd10f30c..1b7f3949a46b41686a18a62020b633b2b03f8172 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.cpp
|
| @@ -87,9 +87,4 @@
|
| context.fillRect(cornerRect, Color::white);
|
| }
|
|
|
| -int ScrollbarThemeMock::minimumThumbLength(
|
| - const ScrollbarThemeClient& scrollbar) {
|
| - return scrollbarThickness(scrollbar.controlSize());
|
| -}
|
| -
|
| } // namespace blink
|
|
|