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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.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/ScrollbarThemeClient.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
index 67b3eac6a80a41cc8e62b73603ad1e2d05955d3e..b013012cd244501a27d0fe33abe36975c173ee36 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollbarThemeClient.h
@@ -77,7 +77,7 @@
virtual ScrollbarPart hoveredPart() const = 0;
virtual void styleChanged() = 0;
- virtual void setScrollbarsHidden(bool) = 0;
+ virtual void visibilityChanged() = 0;
virtual bool enabled() const = 0;
virtual void setEnabled(bool) = 0;

Powered by Google App Engine
This is Rietveld 408576698