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

Unified Diff: cc/picture.h

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: 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
« no previous file with comments | « no previous file | cc/picture.cc » ('j') | cc/tiling_data.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/picture.h
diff --git a/cc/picture.h b/cc/picture.h
index 44abb9a1793eb6cd14dc41f2ee5b5157c9a25888..b660cfea7ac1ce3e914731e860804aae5704e7d4 100644
--- a/cc/picture.h
+++ b/cc/picture.h
@@ -34,7 +34,7 @@ class CC_EXPORT Picture
// Record a paint operation. To be able to safely use this SkPicture for
// playback on a different thread this can only be called once.
- void Record(ContentLayerClient*, RenderingStats*);
+ void Record(ContentLayerClient*, RenderingStats*, gfx::Size tile_grid_size);
// Has Record() been called yet?
bool HasRecording() const { return picture_.get() != NULL; }
« no previous file with comments | « no previous file | cc/picture.cc » ('j') | cc/tiling_data.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698