| 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,
|
|
|