Chromium Code Reviews| Index: cc/layer.cc |
| diff --git a/cc/layer.cc b/cc/layer.cc |
| index 28cff9864bd9642365b933fc5b8ae7c6ed2a6ce5..044e037aae3c20d1e80bff1e8dbb37e8697b7342 100644 |
| --- a/cc/layer.cc |
| +++ b/cc/layer.cc |
| @@ -125,6 +125,11 @@ gfx::Rect Layer::layerRectToContentRect(const gfx::RectF& layerRect) const |
| return gfx::ToEnclosingRect(contentRect); |
| } |
| +bool Layer::isPictureLayer() const |
| +{ |
| + return false; |
| +} |
| + |
| bool Layer::blocksPendingCommit() const |
| { |
| return false; |