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

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

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/core/layout/svg/LayoutSVGText.cpp ('k') | Source/platform/graphics/PaintInvalidationReason.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/PaintInvalidationReason.h
diff --git a/Source/platform/graphics/PaintInvalidationReason.h b/Source/platform/graphics/PaintInvalidationReason.h
index b1060a906b1c328ab55669316092c1221c8dc6e4..96393ec235e234f6b203e0436ce79b933a92f505 100644
--- a/Source/platform/graphics/PaintInvalidationReason.h
+++ b/Source/platform/graphics/PaintInvalidationReason.h
@@ -32,6 +32,7 @@ enum PaintInvalidationReason {
PaintInvalidationLayer,
PaintInvalidationLayoutObjectInsertion,
PaintInvalidationLayoutObjectRemoval,
+ PaintInvalidationSVGResourceChange,
// PaintInvalidationDelayedFull means that PaintInvalidationFull is needed in order to fully paint
// the content, but that painting of the object can be delayed until a future frame.
// This can be the case for an object whose content is not visible to the user.
« no previous file with comments | « Source/core/layout/svg/LayoutSVGText.cpp ('k') | Source/platform/graphics/PaintInvalidationReason.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698