| 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 ae8ca76451fc89bc5ec639a9b7e540aefd2738f8..4443c7c11e0133bab4c248c48d1765384b534687 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -305,7 +305,7 @@ protected:
|
| void layoutPositionedObjects(bool relayoutChildren, PositionedLayoutBehavior = DefaultLayout);
|
| void markFixedPositionObjectForLayoutIfNeeded(LayoutObject* child, SubtreeLayoutScope&);
|
|
|
| - LayoutUnit marginIntrinsicLogicalWidthForChild(LayoutBox& child) const;
|
| + LayoutUnit marginIntrinsicLogicalWidthForChild(const LayoutBox& child) const;
|
|
|
| int beforeMarginInLineDirection(LineDirectionMode) const;
|
|
|
|
|