| Index: ui/aura/desktop.h
|
| ===================================================================
|
| --- ui/aura/desktop.h (revision 107719)
|
| +++ ui/aura/desktop.h (working copy)
|
| @@ -25,7 +25,6 @@
|
| }
|
|
|
| namespace ui {
|
| -class LayerAnimationSequence;
|
| class Transform;
|
| }
|
|
|
| @@ -147,8 +146,7 @@
|
| virtual Desktop* GetDesktop() OVERRIDE;
|
|
|
| // Overridden from ui::LayerDelegate:
|
| - virtual void OnLayerAnimationEnded(
|
| - const ui::LayerAnimationSequence* animation) OVERRIDE;
|
| + virtual void OnLayerAnimationEnded(const ui::Animation* animation) OVERRIDE;
|
|
|
| // Overridden from FocusManager:
|
| virtual void SetFocusedWindow(Window* window) OVERRIDE;
|
|
|