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

Unified Diff: Source/core/layout/LayoutObject.h

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/core/layout/LayoutObject.h
diff --git a/Source/core/layout/LayoutObject.h b/Source/core/layout/LayoutObject.h
index e1e005e128e46c62f23b0e0cad87b38cdbe05910..c8d9d6ce0138a094a8e32a947274d61ca9546c6c 100644
--- a/Source/core/layout/LayoutObject.h
+++ b/Source/core/layout/LayoutObject.h
@@ -246,7 +246,6 @@ public:
}
#endif
}
-
void assertSubtreeClearedPaintInvalidationState() const
{
for (const LayoutObject* renderer = this; renderer; renderer = renderer->nextInPreOrder())

Powered by Google App Engine
This is Rietveld 408576698