Index: Source/core/rendering/RenderBlock.h |
diff --git a/Source/core/rendering/RenderBlock.h b/Source/core/rendering/RenderBlock.h |
index 5907dc28abbb75be260c603ac3c1b7f00e75dad1..21ac2f0c8a6abec1d9be9fabc118f8fa9427d460 100644 |
--- a/Source/core/rendering/RenderBlock.h |
+++ b/Source/core/rendering/RenderBlock.h |
@@ -290,7 +290,7 @@ protected: |
virtual void layout() OVERRIDE; |
virtual bool updateImageLoadingPriorities() OVERRIDE FINAL; |
- void layoutPositionedObjects(bool relayoutChildren, bool fixedPositionObjectsOnly = false); |
+ void layoutPositionedObjects(bool relayoutChildren, bool fixedPositionObjectsOnly = false, bool parentMoved = false); |
Julien - ping for review
2014/03/07 00:01:10
Really not a huge fan of more booleans here.
dsinclair
2014/03/07 03:18:56
Better?
|
void markFixedPositionObjectForLayoutIfNeeded(RenderObject* child, SubtreeLayoutScope&); |
LayoutUnit marginIntrinsicLogicalWidthForChild(RenderBox* child) const; |