| Index: third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| diff --git a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| index 2fe9cc7cf5c2c8c576a25ecc644fa667e22b2a8a..863f181ee78250930a145d6520a286541d35c91e 100644
|
| --- a/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| +++ b/third_party/WebKit/Source/platform/animation/CompositorAnimationPlayer.h
|
| @@ -36,9 +36,9 @@ class PLATFORM_EXPORT CompositorAnimationPlayer : public cc::AnimationDelegate {
|
|
|
| cc::AnimationPlayer* ccAnimationPlayer() const;
|
|
|
| - // An animation delegate is notified when animations are started and
|
| - // stopped. The CompositorAnimationPlayer does not take ownership of the delegate, and it is
|
| - // the responsibility of the client to reset the layer's delegate before
|
| + // An animation delegate is notified when animations are started and stopped.
|
| + // The CompositorAnimationPlayer does not take ownership of the delegate, and
|
| + // it is the responsibility of the client to reset the layer's delegate before
|
| // deleting the delegate.
|
| void setAnimationDelegate(CompositorAnimationDelegate*);
|
|
|
|
|