| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.h
|
| index 40a1d86341f0413b30b3ee00f4538cd6f8fc725e..f5d618ed6acdcc12374884eee14554b7cc756392 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGRect.h
|
| @@ -49,6 +49,7 @@ class LayoutSVGRect final : public LayoutSVGShape {
|
| return m_usePathFallback ? LayoutSVGShape::isShapeEmpty()
|
| : m_fillBoundingBox.isEmpty();
|
| }
|
| + char objectSize() const override { return sizeof(this); }
|
| bool shapeDependentStrokeContains(const FloatPoint&) override;
|
| bool shapeDependentFillContains(const FloatPoint&,
|
| const WindRule) const override;
|
|
|