Index: cc/picture.h |
diff --git a/cc/picture.h b/cc/picture.h |
index a6ed4497aa40f1a0dedef90ae60fa2ae14a6c96c..f64c6e84916aa12344522f7b12baf86aed396ac3 100644 |
--- a/cc/picture.h |
+++ b/cc/picture.h |
@@ -42,6 +42,8 @@ class CC_EXPORT Picture |
// Apply this contents scale and raster the content rect into the canvas. |
void Raster(SkCanvas* canvas, gfx::Rect content_rect, float contents_scale); |
+ bool IsCheapInRect(const gfx::Rect& layer_rect); |
+ |
void GatherPixelRefs( |
const gfx::Rect& layer_rect, |
std::list<skia::LazyPixelRef*>& pixel_ref_list); |