| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| index 9869b55ab4ca695008771015260c26ae4fd818cb..75904fa59a8538be7e26c45ed70472471a62f399 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGHiddenContainer.h
|
| @@ -41,6 +41,7 @@ class LayoutSVGHiddenContainer : public LayoutSVGContainer {
|
| return type == LayoutObjectSVGHiddenContainer ||
|
| LayoutSVGContainer::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| // LayoutSVGHiddenContainer paints nothing.
|
|
|