| Index: cc/resources/picture_pile.cc
|
| diff --git a/cc/resources/picture_pile.cc b/cc/resources/picture_pile.cc
|
| index 1af8b4ce05a9df51aaf5b6a4ea7da0cb658e9828..7f1f46a80b68548d7aab6507441c2fd74ad1c4b2 100644
|
| --- a/cc/resources/picture_pile.cc
|
| +++ b/cc/resources/picture_pile.cc
|
| @@ -166,7 +166,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()) {
|
|
|