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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.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/core/paint/PaintLayerScrollableArea.h
diff --git a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
index 8abad8fe52d6c852b72a69322411356155d37cea..c05ea0ef5a02e046f53c4331076f2b5cabab8628 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -295,6 +295,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
ScrollBehavior scrollBehaviorStyle() const override;
CompositorAnimationTimeline* compositorAnimationTimeline() const override;
+ void visibleContentResized();
skobes 2016/11/02 21:02:43 "visibleSizeChanged" might be clearer.
bokan 2016/11/02 22:41:57 Thanks, done.
+
// FIXME: We shouldn't allow access to m_overflowRect outside this class.
LayoutRect overflowRect() const { return m_overflowRect; }
@@ -321,8 +323,6 @@ class CORE_EXPORT PaintLayerScrollableArea final
void updateAfterLayout();
void clampScrollOffsetsAfterLayout();
- void didChangeScrollbarsHidden() override;
-
void updateAfterStyleChange(const ComputedStyle*);
void updateAfterOverflowRecalc();

Powered by Google App Engine
This is Rietveld 408576698