| Index: views/view.h
|
| diff --git a/views/view.h b/views/view.h
|
| index 945e38138bf4bff5b9dfa25b65a88d0259212ae4..703635176bda319cf452cd6024e3c6582c72925c 100644
|
| --- a/views/view.h
|
| +++ b/views/view.h
|
| @@ -985,8 +985,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
|
|
|
| // Overridden from ui::LayerDelegate:
|
| virtual void OnPaintLayer(gfx::Canvas* canvas) OVERRIDE;
|
| - virtual void OnLayerAnimationEnded(
|
| - const ui::LayerAnimationSequence* animation) OVERRIDE;
|
|
|
| // Finds the layer that this view paints to (it may belong to an ancestor
|
| // view), then reorders the immediate children of that layer to match the
|
|
|