| Index: third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp b/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
|
| index 2e8c2cc01938ebdc5ada46846b36832bc5fd696d..b76d3c2d2f61f1c105d2fe6b8843444b534e104b 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.cpp
|
| @@ -201,10 +201,4 @@ scoped_ptr<cc::Animation> CompositorAnimation::passAnimation()
|
| return std::move(m_animation);
|
| }
|
|
|
| -cc::Animation* CompositorAnimation::releaseCCAnimation()
|
| -{
|
| - m_animation->set_needs_synchronized_start_time(true);
|
| - return m_animation.release();
|
| -}
|
| -
|
| } // namespace blink
|
|
|