Index: cc/layers/picture_layer.cc |
diff --git a/cc/layers/picture_layer.cc b/cc/layers/picture_layer.cc |
index f7d81a37bf78c1472764fbdc2f6f765533dd6449..64db4186dc0d6b2dd3b90533f1e3a86151e07683 100644 |
--- a/cc/layers/picture_layer.cc |
+++ b/cc/layers/picture_layer.cc |
@@ -75,7 +75,7 @@ void PictureLayer::Update(ResourceUpdateQueue*, |
// 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. |