| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| index 3160899c9e18df8fd239725fb587812dd5e51fba..0340d9057f55dfcee9473ba3add5d77af6929a57 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h
|
| @@ -65,6 +65,7 @@ class LayoutSVGBlock : public LayoutBlockFlow {
|
| bool isOfType(LayoutObjectType type) const override {
|
| return type == LayoutObjectSVG || LayoutBlockFlow::isOfType(type);
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
|
|
| private:
|
| LayoutRect absoluteVisualRect() const final;
|
|
|