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

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

Issue 2467693002: Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: sigh....git cl format 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/ScrollbarThemeClient.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
index b013012cd244501a27d0fe33abe36975c173ee36..67b3eac6a80a41cc8e62b73603ad1e2d05955d3e 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -77,7 +77,7 @@ class PLATFORM_EXPORT ScrollbarThemeClient {
virtual ScrollbarPart hoveredPart() const = 0;
virtual void styleChanged() = 0;
- virtual void visibilityChanged() = 0;
+ virtual void setScrollbarsHidden(bool) = 0;
virtual bool enabled() const = 0;
virtual void setEnabled(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698