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

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

Issue 1008043002: [S.P.] Don't draw frames of animated images that are offscreen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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/platform/graphics/PaintInvalidationReason.cpp
diff --git a/Source/platform/graphics/PaintInvalidationReason.cpp b/Source/platform/graphics/PaintInvalidationReason.cpp
index f43a153221a3e95adf07519cca662486799cf743..b5dbdad8011efd43e7d3e3a7e2181d0b2ed1afc8 100644
--- a/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -46,6 +46,8 @@ const char* paintInvalidationReasonToString(PaintInvalidationReason reason)
return "renderer insertion";
case PaintInvalidationRendererRemoval:
return "renderer removal";
+ case PaintInvalidationDelayedFull:
+ return "delayed full";
}
ASSERT_NOT_REACHED();
return "";
« Source/core/paint/ImagePainter.cpp ('K') | « Source/platform/graphics/PaintInvalidationReason.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698