Chromium Code Reviews| Index: cc/picture_pile.cc |
| diff --git a/cc/picture_pile.cc b/cc/picture_pile.cc |
| index 1db3f4bd1cac3e150fbb1197ecbfc5e2d4d0aa3f..984a46f6b6d35525f07e565f29bef5ae9d3835af 100644 |
| --- a/cc/picture_pile.cc |
| +++ b/cc/picture_pile.cc |
| @@ -91,7 +91,7 @@ void PicturePile::Update( |
| for (PictureList::iterator pic = pic_list.begin(); |
| pic != pic_list.end(); ++pic) { |
| if (!(*pic)->HasRecording()) |
| - (*pic)->Record(painter, stats); |
| + (*pic)->Record(painter, stats, tiling_.TileStride()); |
|
enne (OOO)
2013/02/12 19:07:37
What ballpark tile size are you expecting this to
|
| } |
| } |