| Index: third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp
|
| index f3abbad741babbea47b60752a5f373210f883ba2..b476ff5b8a2ea42e15e573862cf23e5177d850a9 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.cpp
|
| @@ -50,7 +50,7 @@ void CompositorAnimationPlayer::detachLayer()
|
|
|
| bool CompositorAnimationPlayer::isLayerAttached() const
|
| {
|
| - return m_animationPlayer->layer_id() != 0;
|
| + return m_animationPlayer->element_id() != 0;
|
| }
|
|
|
| void CompositorAnimationPlayer::addAnimation(CompositorAnimation* animation)
|
|
|