| Index: third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFrame.h b/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| index 9bba5930d5fea6e264b4bdcefe4b78551fd1a651..87bb375a35bb46465b197a07db21be827616f630 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFrame.h
|
| @@ -39,6 +39,7 @@ class LayoutFrame final : public LayoutPart {
|
| void imageChanged(WrappedImagePtr, const IntRect* = nullptr) override;
|
|
|
| const char* name() const override { return "LayoutFrame"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| bool isOfType(LayoutObjectType type) const override {
|
|
|