| Index: ash/wm/window_animations.cc
|
| diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
|
| index 3a3e059f89e210ee7f7cf1e4f40da28e52001f67..aad40c98e6622f7a2c3a07c1a066deabb70a4ae2 100644
|
| --- a/ash/wm/window_animations.cc
|
| +++ b/ash/wm/window_animations.cc
|
| @@ -286,6 +286,10 @@
|
| 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 {
|
|
|