| Index: third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| index 55218db6f5ff8b4ea98f60415498422491891d80..b710ad503f7fec144f765ee06c7965a4a77c7fcc 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp
|
| @@ -49,7 +49,7 @@ void SVGRootPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintO
|
| // At the HTML->SVG boundary, SVGRoot will have a paint offset transform
|
| // paint property but may not have a PaintLayer, so we need to update the
|
| // paint properties here since they will not be updated by PaintLayer
|
| - // (See: PaintPropertyTreeBuilder::createPaintOffsetTranslationIfNeeded).
|
| + // (See createPaintOffsetTranslationIfNeeded() in PrePaintTreeWalk.cpp).
|
| Optional<ScopedPaintChunkProperties> paintOffsetTranslationPropertyScope;
|
| if (RuntimeEnabledFeatures::slimmingPaintV2Enabled() && !m_layoutSVGRoot.hasLayer()) {
|
| const auto* objectProperties = m_layoutSVGRoot.objectPaintProperties();
|
|
|