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

Unified Diff: Source/core/layout/LayoutBlock.h

Issue 1236793005: Always include floating children into visual overflow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: NeedsRebaselines (see the try job results of the previous patch set for expectation changes) Created 5 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: Source/core/layout/LayoutBlock.h
diff --git a/Source/core/layout/LayoutBlock.h b/Source/core/layout/LayoutBlock.h
index 87d04120b9044a9b5824d77c6b20a444ef15b962..c8a5077b24dd6dd2db78a69e16ff023712ff50a5 100644
--- a/Source/core/layout/LayoutBlock.h
+++ b/Source/core/layout/LayoutBlock.h
@@ -280,7 +280,7 @@ protected:
virtual void simplifiedNormalFlowLayout();
public:
- virtual void computeOverflow(LayoutUnit oldClientAfterEdge, bool = false);
+ virtual void computeOverflow(LayoutUnit oldClientAfterEdge);
protected:
virtual void addOverflowFromChildren();
void addOverflowFromPositionedObjects();
« no previous file with comments | « LayoutTests/fast/block/float/containing-block-change-compositing-expected.html ('k') | Source/core/layout/LayoutBlock.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698