| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| index d9da64f3b93a03e3ba27bc47c096fc04870ea41f..7b5e149fc045c5c147fc054c34575afbe9a499b7 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
|
| @@ -104,6 +104,8 @@ class LayoutSVGResourcePaintServer : public LayoutSVGResourceContainer {
|
|
|
| virtual SVGPaintServer preparePaintServer(const LayoutObject&) = 0;
|
|
|
| + char objectSize() const override { return sizeof(this); }
|
| +
|
| // Helper utilities used in to access the underlying resources for DRT.
|
| static SVGPaintDescription requestPaintDescription(const LayoutObject&,
|
| const ComputedStyle&,
|
|
|