| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 8a15ea604e71558441fab48c7194740003c61c7a..6637e4de36a10aee563cc161efb288e6726bc26e 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -165,7 +165,7 @@ bool PicturePile::Update(ContentLayerClient* painter,
|
| -kPixelDistanceToRecord,
|
| -kPixelDistanceToRecord);
|
| recorded_viewport_ = interest_rect;
|
| - recorded_viewport_.Intersect(gfx::Rect(size()));
|
| + recorded_viewport_.Intersect(tiling_rect());
|
|
|
| bool invalidated = false;
|
| for (Region::Iterator i(invalidation); i.has_rect(); i.next()) {
|
|
|