| 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 69d52718d7c6c6ac2c9239f249bde9c9140e67bc..d06d159c70539ee97bacf1fd65c635ad2dbe7eb2 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;
|
|
|
|
|