| 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 b7e4cbfbc6f247f4ecb2820996ba87ee62481a39..1e99dd51527f2e87044d047067e48366a67c786b 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeMock.h
|
| @@ -30,7 +30,8 @@
|
|
|
| namespace blink {
|
|
|
| -// Scrollbar theme used in image snapshots, to eliminate appearance differences between platforms.
|
| +// Scrollbar theme used in image snapshots, to eliminate appearance differences
|
| +// between platforms.
|
| class PLATFORM_EXPORT ScrollbarThemeMock : public ScrollbarTheme {
|
| public:
|
| int scrollbarThickness(ScrollbarControlSize = RegularScrollbar) override;
|
|
|