| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| index 39d7d0f8e6204dcaa1e4bb1c3e1207fc0f8eb04e..1ef0e614aa0cb5af5bdfa511a02ec57802e95176 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.h
|
| @@ -35,6 +35,7 @@ class LayoutDeprecatedFlexibleBox final : public LayoutBlock {
|
| ~LayoutDeprecatedFlexibleBox() override;
|
|
|
| const char* name() const override { return "LayoutDeprecatedFlexibleBox"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override;
|
|
|
|
|