Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
index 618b11e3d3fd231ba8c7b5a9d4faaa765e42f3e8..5afa09385318d88a4e43bdc452f2b7807d40028a 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePattern.cpp
@@ -212,7 +212,7 @@ sk_sp<PaintRecord> LayoutSVGResourcePattern::asPaintRecord(
tileTransform);
for (LayoutObject* child = patternLayoutObject->firstChild(); child;
child = child->nextSibling())
- SVGPaintContext::paintSubtree(builder.context(), child);
+ SVGPaintContext::paintResourceSubtree(builder.context(), child);
}
return builder.endRecording();

Powered by Google App Engine
This is Rietveld 408576698