| Index: third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGPaintContext.h b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| index 4c0d1cf04d689fe29bd1ea351af1f5d574ed2efa..6036e20815779e91b8277d597a9bbe5411e5d51f 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| @@ -55,7 +55,7 @@ class SVGTransformContext : public TransformRecorder {
|
| const AffineTransform& transform)
|
| : TransformRecorder(context, object, transform) {
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| - const auto* objectProperties = object.objectPaintProperties();
|
| + const auto* objectProperties = object.paintProperties();
|
| if (!objectProperties)
|
| return;
|
| if (object.isSVGRoot()) {
|
|
|