Chromium Code Reviews| 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; |