| Index: ash/wm/window_animations.cc
|
| diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
|
| index aad40c98e6622f7a2c3a07c1a066deabb70a4ae2..3a3e059f89e210ee7f7cf1e4f40da28e52001f67 100644
|
| --- a/ash/wm/window_animations.cc
|
| +++ b/ash/wm/window_animations.cc
|
| @@ -286,10 +286,6 @@ class CrossFadeObserver : public ui::CompositorObserver,
|
| virtual void OnCompositingLockStateChanged(
|
| ui::Compositor* compositor) OVERRIDE {
|
| }
|
| - virtual void OnUpdateVSyncParameters(ui::Compositor* compositor,
|
| - base::TimeTicks timebase,
|
| - base::TimeDelta interval) OVERRIDE {
|
| - }
|
|
|
| // aura::WindowObserver overrides:
|
| virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
|
|
|