| Index: third_party/WebKit/Source/core/layout/LayoutIFrame.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutIFrame.h b/third_party/WebKit/Source/core/layout/LayoutIFrame.h
|
| index 42da3877e589c951c9cb240c7d311bb7a3e9ae0d..898b441a9f582b7bef5d44cc833b3e057d2ae1f8 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutIFrame.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutIFrame.h
|
| @@ -35,6 +35,7 @@ class LayoutIFrame final : public LayoutPart {
|
| explicit LayoutIFrame(Element*);
|
|
|
| const char* name() const override { return "LayoutIFrame"; }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| bool shouldComputeSizeAsReplaced() const override;
|
|
|