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 78fcd50987fe805d04bdefa8f0d2765c1dd1b690..55218db6f5ff8b4ea98f60415498422491891d80 100644 |
--- a/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp |
+++ b/third_party/WebKit/Source/core/paint/SVGRootPainter.cpp |
@@ -54,7 +54,7 @@ void SVGRootPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& paintO |
if (RuntimeEnabledFeatures::slimmingPaintV2Enabled() && !m_layoutSVGRoot.hasLayer()) { |
const auto* objectProperties = m_layoutSVGRoot.objectPaintProperties(); |
if (objectProperties && objectProperties->paintOffsetTranslation()) { |
- auto& paintController = paintInfoBeforeFiltering.context.paintController(); |
+ auto& paintController = paintInfoBeforeFiltering.context.getPaintController(); |
PaintChunkProperties properties(paintController.currentPaintChunkProperties()); |
properties.transform = objectProperties->paintOffsetTranslation(); |
paintOffsetTranslationPropertyScope.emplace(paintController, properties); |