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

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

Issue 468933002: Rename Repaint to paintInvalidation in svg, part 2. (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
Index: Source/core/rendering/svg/RenderSVGResourceFilter.cpp
diff --git a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
index 75ef14bb4b2c933dad077632ff8b521c9a8af659..49d5b79e16439e66b114827321672f4dd8a9f110 100644
--- a/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
+++ b/Source/core/rendering/svg/RenderSVGResourceFilter.cpp
@@ -438,8 +438,8 @@ void RenderSVGResourceFilter::primitiveAttributeChanged(RenderObject* object, co
return;
builder->clearResultsRecursive(effect);
- // Repaint the image on the screen.
- markClientForInvalidation(it->key, RepaintInvalidation);
+ // Issue paint invalidations for the image on the screen.
+ markClientForInvalidation(it->key, PaintInvalidation);
}
markAllClientLayersForInvalidation();
}
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceContainer.cpp ('k') | Source/core/rendering/svg/RenderSVGResourceGradient.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698