| 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 28fa7fd42d3d24bbf1c1a7f09275fd92c0933d08..75ef7aa54b9fd4dc76835c04900b7d38960e3ad2 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -701,12 +701,6 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| void clearContainingBlockOverrideSize();
|
| void clearOverrideContainingBlockContentLogicalHeight();
|
|
|
| - LayoutUnit extraInlineOffset() const;
|
| - LayoutUnit extraBlockOffset() const;
|
| - void setExtraInlineOffset(LayoutUnit inlineOffest);
|
| - void setExtraBlockOffset(LayoutUnit blockOffest);
|
| - void clearExtraInlineAndBlockOffests();
|
| -
|
| LayoutSize offsetFromContainer(const LayoutObject*) const override;
|
|
|
| LayoutUnit adjustBorderBoxLogicalWidthForBoxSizing(float width) const;
|
|
|