summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_compositor_animation_player_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/blink/web_compositor_animation_player_impl.h')
-rw-r--r--cc/blink/web_compositor_animation_player_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/blink/web_compositor_animation_player_impl.h b/cc/blink/web_compositor_animation_player_impl.h
index 0cc6975..429438f 100644
--- a/cc/blink/web_compositor_animation_player_impl.h
+++ b/cc/blink/web_compositor_animation_player_impl.h
@@ -36,6 +36,7 @@ class WebCompositorAnimationPlayerImpl
void addAnimation(blink::WebCompositorAnimation* animation) override;
void removeAnimation(int animation_id) override;
void pauseAnimation(int animation_id, double time_offset) override;
+ void abortAnimation(int animation_id) override;
private:
scoped_refptr<cc::AnimationPlayer> animation_player_;