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

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

Issue 1025603002: Revert of [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
« 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 b5dbdad8011efd43e7d3e3a7e2181d0b2ed1afc8..f43a153221a3e95adf07519cca662486799cf743 100644
--- a/Source/platform/graphics/PaintInvalidationReason.cpp
+++ b/Source/platform/graphics/PaintInvalidationReason.cpp
@@ -46,8 +46,6 @@
return "renderer insertion";
case PaintInvalidationRendererRemoval:
return "renderer removal";
- case PaintInvalidationDelayedFull:
- return "delayed full";
}
ASSERT_NOT_REACHED();
return "";
« 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