Index: cc/picture_pile.cc |
diff --git a/cc/picture_pile.cc b/cc/picture_pile.cc |
index fcf746a01b3f3d9af8a9adc5a63f95db292aedd7..362070eaebd256db8ca611dfa3e8e325ee2d1da4 100644 |
--- a/cc/picture_pile.cc |
+++ b/cc/picture_pile.cc |
@@ -38,6 +38,7 @@ void PicturePile::Update( |
if (!(*i)->HasRecording()) |
(*i)->Record(painter, stats); |
} |
+ DCHECK(!pile_.empty()); |
} |
class FullyContainedPredicate { |