| 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 2f2e76083148d0bda95cfeb24abad95893767d02..e044d108e2663facc7d82b1377343475ee45707f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBlock.h
|
| @@ -453,6 +453,8 @@ class CORE_EXPORT LayoutBlock : public LayoutBox {
|
| return IsInline() && IsAtomicInlineLevel();
|
| }
|
|
|
| + bool NeedsPreferredWidthsRecalculation() const override;
|
| +
|
| private:
|
| LayoutObjectChildList* VirtualChildren() final { return Children(); }
|
| const LayoutObjectChildList* VirtualChildren() const final {
|
|
|