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

Unified Diff: third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h

Issue 2857583007: [RLS] Don't add to ScrollableAreaSet if the size is zero (Closed)
Patch Set: address review comments Created 3 years, 5 months 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 74f24dc224132f901220219d3fb7d03859f49a7a..7ffeb5581690d11668b7d6c8ceda98b28cb6f839 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -511,8 +511,6 @@ class CORE_EXPORT PaintLayerScrollableArea final
bool HasHorizontalOverflow() const;
bool HasVerticalOverflow() const;
- bool HasScrollableHorizontalOverflow() const;
- bool HasScrollableVerticalOverflow() const;
bool VisualViewportSuppliesScrollbars() const;
bool NeedsScrollbarReconstruction() const;
@@ -544,7 +542,7 @@ class CORE_EXPORT PaintLayerScrollableArea final
void UpdateResizerAreaSet();
void UpdateResizerStyle();
- void UpdateScrollableAreaSet(bool has_overflow);
+ void UpdateScrollableAreaSet();
void UpdateCompositingLayersAfterScroll();
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698