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

Unified Diff: cc/picture.h

Issue 12194015: cc: Rasterize cheap tiles immediately (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Refactoring PostTask. 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 | « cc/layer_tree_host_impl.cc ('k') | cc/picture.cc » ('j') | no next file with comments »
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 40644ee97ae9e3ac7712ba10b22ea504610db693..118bcb39a5c4fc32a241335e8fde1290cb6190ff 100644
--- a/cc/picture.h
+++ b/cc/picture.h
@@ -45,7 +45,7 @@ class CC_EXPORT Picture
// Estimate the cost of rasterizing. To predict the cost of a particular
// call to Raster(), pass this the bounds of the canvas that will
// be rastered into.
- bool IsCheapInRect(const gfx::Rect& layer_rect);
+ bool IsCheapInRect(const gfx::Rect& layer_rect) const;
void GatherPixelRefs(
const gfx::Rect& layer_rect,
« no previous file with comments | « cc/layer_tree_host_impl.cc ('k') | cc/picture.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698