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

Unified Diff: cc/picture.cc

Issue 12194015: cc: Rasterize cheap tiles immediately (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Post a task to run cheap tasks. 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.cc
diff --git a/cc/picture.cc b/cc/picture.cc
index 23793cf8f163f3c300f74d59938cfb10f566b066..c8fd76ffde70a01830f300dda033c40b37ee4ec9 100644
--- a/cc/picture.cc
+++ b/cc/picture.cc
@@ -114,7 +114,7 @@ void Picture::Raster(
canvas->restore();
}
-bool Picture::IsCheapInRect(const gfx::Rect& layer_rect) {
+bool Picture::IsCheapInRect(const gfx::Rect& layer_rect) const {
TRACE_EVENT0("cc", "Picture::IsCheapInRect");
SkBitmap emptyBitmap;
« no previous file with comments | « cc/picture.h ('k') | cc/raster_worker_pool.h » ('j') | cc/raster_worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698