| 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 eaf9d7b966fde6ce720d236b14cd6d6a23c28d6d..2e82707bc88290c47d38f87d1c585266c7487a17 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -662,6 +662,7 @@ public:
|
| bool mapToVisualRectInAncestorSpace(const LayoutBoxModelObject* ancestor, LayoutRect&, VisualRectFlags = DefaultVisualRectFlags) const override;
|
| virtual void invalidatePaintForOverhangingFloats(bool paintAllDescendants);
|
|
|
| + LayoutUnit containingBlockLogicalWidthForGetComputedStyle() const;
|
| LayoutUnit containingBlockLogicalHeightForGetComputedStyle() const;
|
|
|
| LayoutUnit containingBlockLogicalWidthForContent() const override;
|
|
|