Index: ui/gfx/compositor/layer.cc |
diff --git a/ui/gfx/compositor/layer.cc b/ui/gfx/compositor/layer.cc |
index 70f0777628ddf3601223e6de6195d3fe6ce15ed1..ccea68f4f3f6fff5ab49d6d6843f6711c00c7336 100644 |
--- a/ui/gfx/compositor/layer.cc |
+++ b/ui/gfx/compositor/layer.cc |
@@ -650,11 +650,6 @@ float Layer::GetOpacityForAnimation() const { |
return opacity(); |
} |
-void Layer::OnLayerAnimationEnded(LayerAnimationSequence* sequence) { |
- if (delegate_) |
- delegate_->OnLayerAnimationEnded(sequence); |
-} |
- |
#if defined(USE_WEBKIT_COMPOSITOR) |
void Layer::CreateWebLayer() { |
web_layer_ = WebKit::WebContentLayer::create(this, this); |