| 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 696c1229fc1efb7c3e4ac91dc3a6a683b5e7aae3..4c4f369f96f2951c1ae9f887426036f00ff2d00a 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| +++ b/third_party/WebKit/Source/core/paint/SVGPaintContext.h
|
| @@ -53,7 +53,12 @@ class SVGTransformContext : public TransformRecorder {
|
| SVGTransformContext(GraphicsContext& context,
|
| const LayoutObject& object,
|
| const AffineTransform& transform)
|
| - : TransformRecorder(context, object, transform) {
|
| + : TransformRecorder(
|
| + context,
|
| + transform,
|
| + object.visualRect(),
|
| + object.debugName(),
|
| + object.paintedOutputOfObjectHasNoEffectRegardlessOfSize()) {
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| const auto* objectProperties = object.paintProperties();
|
| if (!objectProperties)
|
|
|