| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| index a89b36c10f36f3efd59cdb320208443fc74fd2f5..30ffe6f7a4bc276457150e07a33e684dc1ca4bff 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGGradientStop.h
|
| @@ -39,6 +39,7 @@ class LayoutSVGGradientStop final : public LayoutObject {
|
| return type == LayoutObjectSVG || type == LayoutObjectSVGGradientStop ||
|
| LayoutObject::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| void layout() override;
|
|
|
|
|