summaryrefslogtreecommitdiffstats
path: root/cc/blink/web_compositor_animation_player_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/blink/web_compositor_animation_player_impl.cc')
-rw-r--r--cc/blink/web_compositor_animation_player_impl.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/blink/web_compositor_animation_player_impl.cc b/cc/blink/web_compositor_animation_player_impl.cc
index 150ec93..b73d8d8 100644
--- a/cc/blink/web_compositor_animation_player_impl.cc
+++ b/cc/blink/web_compositor_animation_player_impl.cc
@@ -68,8 +68,4 @@ void WebCompositorAnimationPlayerImpl::pauseAnimation(int animation_id,
animation_player_->PauseAnimation(animation_id, time_offset);
}
-void WebCompositorAnimationPlayerImpl::abortAnimation(int animation_id) {
- animation_player_->AbortAnimation(animation_id);
-}
-
} // namespace cc_blink