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

Unified Diff: Source/platform/graphics/PaintInvalidationReason.cpp

Issue 1331053002: Propagate resource-triggered repaints to text node children of <text> (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Name/comment updates. Created 5 years, 3 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/platform/graphics/PaintInvalidationReason.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PaintInvalidationReason.cpp
diff --git a/Source/platform/graphics/PaintInvalidationReason.cpp b/Source/platform/graphics/PaintInvalidationReason.cpp
index 6dc7ba5cfd14c3e4469a5bc5e5570bf3fb2c9370..67f6aa86c3f6203a23b3cb1ddc3f931ffb70db89 100644
--- a/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -54,6 +54,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason)
return "layoutObject insertion";
case PaintInvalidationLayoutObjectRemoval:
return "layoutObject removal";
+ case PaintInvalidationSVGResourceChange:
+ return "SVG resource change";
case PaintInvalidationDelayedFull:
return "delayed full";
}
« no previous file with comments | « Source/platform/graphics/PaintInvalidationReason.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698