Index: cc/resources/picture_pile.cc |
diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc |
index e00ed54eab7e86c2d876e959a922941dfc05a85d..1ad673b7222bb39fe157f292d0230f12ac91ac64 100644 |
--- a/cc/resources/picture_pile.cc |
+++ b/cc/resources/picture_pile.cc |
@@ -538,9 +538,7 @@ bool PicturePile::UpdateAndExpandInvalidation( |
void PicturePile::SetEmptyBounds() { |
tiling_.SetTilingSize(gfx::Size()); |
- picture_map_.clear(); |
- has_any_recordings_ = false; |
- recorded_viewport_ = gfx::Rect(); |
+ Clear(); |
} |
void PicturePile::DetermineIfSolidColor() { |