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

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: Trace event for cheap rasters that weren't. 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 c8fcd4504283733ba585bece04cb52d6e73a9c25..6c2e8b4595e146b5cc7eb94aec89743dc6f7d610 100644
--- a/cc/picture.cc
+++ b/cc/picture.cc
@@ -112,7 +112,7 @@ void Picture::Raster(
canvas->restore();
}
-bool Picture::IsCheapInRect(const gfx::Rect& layer_rect) {
+bool Picture::IsCheapInRect(const gfx::Rect& layer_rect) const {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698