| Index: third_party/WebKit/Source/platform/animation/CompositorAnimation.h
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
|
| index 17d2a652eaf1f340995bf9c7d5a52d0d0ff23f72..e4f2b99b8ab2e6a892887450b4fd6e925ed9bda0 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimation.h
|
| @@ -71,10 +71,6 @@ public:
|
|
|
| scoped_ptr<cc::Animation> passAnimation();
|
|
|
| - // Removes ownership over cc animation. Identical to PassAnimation.
|
| - // TODO(loyso): Erase this method. crbug.com/575041
|
| - cc::Animation* releaseCCAnimation();
|
| -
|
| protected:
|
| CompositorAnimation();
|
|
|
|
|