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

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

Issue 914993003: [CSS Grid Layout] Determine definite/indefinite size properly in nested grids (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: New version Created 5 years, 10 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/LayoutBox.h
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h
index 6818c2b22b5f32258d5e53be8ec811a9b7e7925b..4d88639aa09dd728cbe54de999a726b32736bde2 100644
--- a/Source/core/layout/LayoutBox.h
+++ b/Source/core/layout/LayoutBox.h
@@ -455,7 +455,7 @@ public:
virtual LayoutUnit computeReplacedLogicalWidth(ShouldComputePreferred = ComputeActual) const;
virtual LayoutUnit computeReplacedLogicalHeight() const;
- static bool logicalWidthIsResolvableFromBlock(const RenderBlock* containingBlock);
+ static bool logicalWidthIsResolvableFromBlock(const LayoutBox* containingBlock);
Julien - ping for review 2015/02/27 02:07:03 Let's make this a reference if we're touching the
Manuel Rego 2015/02/27 08:48:50 Done.
bool hasDefiniteLogicalWidth() const;
static bool percentageLogicalHeightIsResolvableFromBlock(const RenderBlock* containingBlock, bool outOfFlowPositioned);
bool hasDefiniteLogicalHeight() const;

Powered by Google App Engine
This is Rietveld 408576698