| Index: third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| index 86f6a95cb5e5d698d4db0aa02b892714d60ddf7b..a89e3497c51281696dedd9d3987af48fdd286e90 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/paint/SkPictureBuilder.cpp
|
| @@ -30,9 +30,9 @@ SkPictureBuilder::SkPictureBuilder(const FloatRect& bounds,
|
| // independent property tree set.
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled()) {
|
| PaintChunk::Id id(*this, DisplayItem::kSVGImage);
|
| - PropertyTreeState state(
|
| - TransformPaintPropertyNode::root(), ClipPaintPropertyNode::root(),
|
| - EffectPaintPropertyNode::root(), ScrollPaintPropertyNode::root());
|
| + PropertyTreeState state(TransformPaintPropertyNode::root(),
|
| + ClipPaintPropertyNode::root(),
|
| + EffectPaintPropertyNode::root());
|
| m_paintController->updateCurrentPaintChunkProperties(&id, state);
|
| }
|
| }
|
|
|