Chromium Code Reviews| Index: third_party/WebKit/Source/core/layout/LayoutBlock.h |
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBlock.h b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| index 6e9ae47c0298e0fe3cf4bacf1e7082e8c5c1eb2b..e5a53e0ace7cf9d6a6866e04e2b722e81617d3db 100644 |
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h |
| @@ -358,9 +358,11 @@ class CORE_EXPORT LayoutBlock : public LayoutBox { |
| ForcedLayoutAfterContainingBlockMoved |
| }; |
| - virtual void layoutPositionedObjects( |
| - bool relayoutChildren, |
| - PositionedLayoutBehavior = DefaultLayout); |
| + void layoutPositionedObjects(bool relayoutChildren, |
| + PositionedLayoutBehavior = DefaultLayout); |
| + virtual void layoutPositionedObject(LayoutBox*, |
|
jfernandez
2016/11/18 16:18:22
I think it'd be better to keep layoutPositionedObj
Manuel Rego
2016/11/18 16:39:28
Good point, I'll keep the previous approach.
|
| + bool relayoutChildren, |
| + PositionedLayoutBehavior info); |
| void markFixedPositionObjectForLayoutIfNeeded(LayoutObject* child, |
| SubtreeLayoutScope&); |