Index: ui/aura/demo/demo_main.cc |
=================================================================== |
--- ui/aura/demo/demo_main.cc (revision 101422) |
+++ ui/aura/demo/demo_main.cc (working copy) |
@@ -29,6 +29,8 @@ |
public: |
explicit DemoWindowDelegate(SkColor color) : color_(color) {} |
+ virtual void OnBoundsChanged(const gfx::Rect& old_bounds, |
+ const gfx::Rect& new_bounds) OVERRIDE; |
virtual void OnFocus() OVERRIDE {} |
virtual void OnBlur() OVERRIDE {} |
virtual bool OnKeyEvent(aura::KeyEvent* event) OVERRIDE { |