| Index: ash/wm/window_animations.cc
|
| diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc
|
| index 2cc12ff7f3c1a66f53f44e381213205624ae896b..149ee52607e1b017d07670b82ded489c22ef2ebe 100644
|
| --- a/ash/wm/window_animations.cc
|
| +++ b/ash/wm/window_animations.cc
|
| @@ -299,6 +299,9 @@ class CrossFadeObserver : public ui::CompositorObserver,
|
| virtual void OnCompositingLockStateChanged(
|
| ui::Compositor* compositor) OVERRIDE {
|
| }
|
| + virtual void OnReceivedLatencyInfo(ui::Compositor*,
|
| + const cc::LatencyInfo&) OVERRIDE {
|
| + }
|
|
|
| // aura::WindowObserver overrides:
|
| virtual void OnWindowDestroying(aura::Window* window) OVERRIDE {
|
|
|