| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.h
|
| index c296bdd3dd5ff18d6d2959581be39484feeb1798..47d0a5326d9865715d2140bfea5e7800ea5a0c35 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGEllipse.h
|
| @@ -42,6 +42,8 @@ class LayoutSVGEllipse final : public LayoutSVGShape {
|
|
|
| const char* name() const override { return "LayoutSVGEllipse"; }
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| private:
|
| void updateShapeFromElement() override;
|
| bool isShapeEmpty() const override {
|
|
|