Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2247)

Unified Diff: cc/picture_pile.cc

Issue 12221077: Fixing tile grid size used by cc:Picture to make it respect current tile configuration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Build fix for picture_layer_impl_unittest Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}
}
« no previous file with comments | « cc/picture_layer_impl_unittest.cc ('k') | cc/tiling_data.h » ('j') | cc/tiling_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698