Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeOverlay.h

Issue 2478463003: Revert of Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698