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

Unified Diff: Source/core/paint/DeprecatedPaintLayerScrollableArea.h

Issue 1295933003: Add overflow:auto scrollbars to child flex basis. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add all tests, even failing ones Created 5 years, 4 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: Source/core/paint/DeprecatedPaintLayerScrollableArea.h
diff --git a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
index 035d19ea20e288eda978515fd4cd133989795910..ed0c9960531240f8b50dc9aa34d5739081fbd218 100644
--- a/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
+++ b/Source/core/paint/DeprecatedPaintLayerScrollableArea.h
@@ -147,6 +147,9 @@ public:
scrollToOffset(toDoubleSize(position), ScrollOffsetClamped, scrollBehavior);
}
+ void updateScrollDimensions(DoubleSize& scrollOffset, bool& autoHorizontalScrollBarChanged, bool& autoVerticalScrollBarChanged);
leviw_travelin_and_unemployed 2015/08/20 18:53:06 Seems like maybe these could just take a ScrollInf
szager1 2015/08/20 21:53:29 This file doesn't #include LayoutBlock.h, and I do
+ void finalizeScrollDimensions(const DoubleSize& originalScrollOffset, bool autoHorizontalScrollBarChanged, bool autoVerticalScrollBarChanged);
+
void updateAfterLayout();
void updateAfterStyleChange(const ComputedStyle*);
void updateAfterOverflowRecalc();

Powered by Google App Engine
This is Rietveld 408576698