Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp

Issue 2715513009: Rename SVGPaintContext::paintSubtree to paintResourceSubtree (Closed)
Patch Set: Rename instead Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
index 4cb089d45c0f82e31bc9ed71a25a33dbdaf81726..e215ce3156aae6d3c37cb30bceb0b2aff7ba9707 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourceMasker.cpp
@@ -90,7 +90,7 @@ sk_sp<const PaintRecord> LayoutSVGResourceMasker::createPaintRecord(
const LayoutObject* layoutObject = childElement.layoutObject();
if (!layoutObject || layoutObject->styleRef().display() == EDisplay::None)
continue;
- SVGPaintContext::paintSubtree(builder.context(), layoutObject);
+ SVGPaintContext::paintResourceSubtree(builder.context(), layoutObject);
}
m_cachedPaintRecord = builder.endRecording();
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp » ('j') | no next file with comments »

Powered by Google App Engine