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

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

Issue 2467693002: Implement overlay scrollbar fade out for non-composited scrollers. (Closed)
Patch Set: overlay-scrollbar-mouse-capture now works on Mac 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/Scrollbar.h
diff --git a/third_party/WebKit/Source/platform/scroll/Scrollbar.h b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
index 48b03fa6f58d7ae3600c67367859d3c301273c0a..d8cf6cd5ea87e9d1da4d500ff51c33e508bb517d 100644
--- a/third_party/WebKit/Source/platform/scroll/Scrollbar.h
+++ b/third_party/WebKit/Source/platform/scroll/Scrollbar.h
@@ -105,7 +105,7 @@ class PLATFORM_EXPORT Scrollbar : public Widget,
ScrollbarPart hoveredPart() const override { return m_hoveredPart; }
void styleChanged() override {}
- void visibilityChanged() override;
+ void setScrollbarsHidden(bool) override;
dtapuska 2016/11/02 16:53:21 Personally I'd prefer if this was a positive affir
skobes 2016/11/02 21:02:43 I prefer setScrollbarsHidden for consistency with
bokan 2016/11/02 22:41:57 I preferred |hidden| to |visible| since visible is
bool enabled() const override { return m_enabled; }
void setEnabled(bool) override;

Powered by Google App Engine
This is Rietveld 408576698