Index: ui/views/aura_desktop/aura_desktop_main.cc |
diff --git a/ui/views/aura_desktop/aura_desktop_main.cc b/ui/views/aura_desktop/aura_desktop_main.cc |
index 1e12b08ff149206e255222e595eef502921c6ad4..4fb47e5998021350e7d0c906de5097303ac9d846 100644 |
--- a/ui/views/aura_desktop/aura_desktop_main.cc |
+++ b/ui/views/aura_desktop/aura_desktop_main.cc |
@@ -30,6 +30,7 @@ class DemoWindowDelegate : public aura::WindowDelegate { |
explicit DemoWindowDelegate(SkColor color) : color_(color) {} |
// Overridden from aura::WindowDelegate: |
+ virtual void OnBoundsChanging(gfx::Rect* new_bounds) OVERRIDE {} |
virtual void OnBoundsChanged(const gfx::Rect& old_bounds, |
const gfx::Rect& new_bounds) OVERRIDE {} |
virtual void OnFocus() OVERRIDE {} |