| Index: ui/gfx/compositor/layer.cc
|
| diff --git a/ui/gfx/compositor/layer.cc b/ui/gfx/compositor/layer.cc
|
| index e9a9ed578dfdfde1fab4b94b0af6d50f9d396cec..8cf4b80fa910354db66c6f5c9d3b4225f33ee948 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);
|
|
|