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

Unified Diff: Source/core/rendering/svg/SVGResourcesCache.cpp

Issue 463883003: Rename repaint to paintInvalidation in core/rendering/svg. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 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
« no previous file with comments | « Source/core/rendering/svg/SVGRenderingContext.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/rendering/svg/SVGResourcesCache.cpp
diff --git a/Source/core/rendering/svg/SVGResourcesCache.cpp b/Source/core/rendering/svg/SVGResourcesCache.cpp
index a1bdeaeea8607fd6b45492f29cd67996c6f75053..8f28c1cd1855f1518d6b6c4d0138d13c2397cd03 100644
--- a/Source/core/rendering/svg/SVGResourcesCache.cpp
+++ b/Source/core/rendering/svg/SVGResourcesCache.cpp
@@ -124,7 +124,7 @@ void SVGResourcesCache::clientStyleChanged(RenderObject* renderer, StyleDifferen
if (!diff.hasDifference() || !renderer->parent())
return;
- // In this case the proper SVGFE*Element will decide whether the modified CSS properties require a relayout or repaint.
+ // In this case the proper SVGFE*Element will decide whether the modified CSS properties require a relayout or paintInvalidation.
if (renderer->isSVGResourceFilterPrimitive() && !diff.needsLayout())
return;
« no previous file with comments | « Source/core/rendering/svg/SVGRenderingContext.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698