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

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

Issue 2501723003: Disable scrollbars on the root scroller when using visual viewport scrollbars. (Closed)
Patch Set: Rebase 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 e217cebf56e44828a703fe76f75d644f326b4849..bef39485f896359c516259d34ab9970c1a5d4efb 100644
--- a/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
+++ b/third_party/WebKit/Source/core/paint/PaintLayerScrollableArea.h
@@ -322,6 +322,8 @@ class CORE_EXPORT PaintLayerScrollableArea final
void updateAfterLayout();
void clampScrollOffsetsAfterLayout();
+ void didChangeGlobalRootScroller() override;
+
void updateAfterStyleChange(const ComputedStyle*);
void updateAfterOverflowRecalc();

Powered by Google App Engine
This is Rietveld 408576698