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