Index: cc/layers/picture_layer.cc |
=================================================================== |
--- cc/layers/picture_layer.cc (revision 194303) |
+++ cc/layers/picture_layer.cc (working copy) |
@@ -75,7 +75,7 @@ |
// Do not early-out of this function so that PicturePile::Update has a chance |
// to record pictures due to changing visibility of this layer. |
- pile_->Resize(bounds()); |
+ pile_->Resize(paint_properties().bounds); |
// Calling paint in WebKit can sometimes cause invalidations, so save |
// off the invalidation prior to calling update. |