| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index 94388899e9b955fc28e40c6d57ca0e5cc065ac88..72aaa664da322d6cc863c4344b78d9de9a9b3a4e 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -531,7 +531,7 @@ public:
|
| void setExtraBlockOffset(LayoutUnit blockOffest);
|
| void clearExtraInlineAndBlockOffests();
|
|
|
| - LayoutSize offsetFromContainer(const LayoutObject*, const LayoutPoint&, bool* offsetDependsOnPoint = nullptr) const override;
|
| + LayoutSize offsetFromContainer(const LayoutObject*) const override;
|
|
|
| LayoutUnit adjustBorderBoxLogicalWidthForBoxSizing(float width) const;
|
| LayoutUnit adjustBorderBoxLogicalHeightForBoxSizing(float height) const;
|
|
|