Chromium Code Reviews| Index: cc/layer.cc |
| diff --git a/cc/layer.cc b/cc/layer.cc |
| index 28cff9864bd9642365b933fc5b8ae7c6ed2a6ce5..b2385fccf10d5ef3210faa7fc099af2bc7e38d65 100644 |
| --- a/cc/layer.cc |
| +++ b/cc/layer.cc |
| @@ -737,6 +737,11 @@ void Layer::OnTransformAnimated(const gfx::Transform& transform) |
| m_transform = transform; |
| } |
| +bool Layer::IsActive() const |
| +{ |
| + return true; |
| +} |
| + |
| bool Layer::addAnimation(scoped_ptr <ActiveAnimation> animation) |
| { |
| // WebCore currently assumes that accelerated animations will start soon |