| Index: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| index d746291a522d339095ccd0da569927ea065f8bfd..5071e1e1a60439b3462af2e84048e48d8bd423b0 100644
|
| --- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| +++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h
|
| @@ -49,8 +49,6 @@
|
| int scrollbarThickness(ScrollbarControlSize) override;
|
| int scrollbarMargin() const override;
|
| bool usesOverlayScrollbars() const override;
|
| - double overlayScrollbarFadeOutDelaySeconds() const override;
|
| - double overlayScrollbarFadeOutDurationSeconds() const override;
|
|
|
| int thumbPosition(const ScrollbarThemeClient&, float scrollPosition) override;
|
| int thumbLength(const ScrollbarThemeClient&) override;
|
|
|