| Index: ui/aura/window_unittest.cc
|
| ===================================================================
|
| --- ui/aura/window_unittest.cc (revision 101372)
|
| +++ ui/aura/window_unittest.cc (working copy)
|
| @@ -30,6 +30,8 @@
|
| virtual ~WindowDelegateImpl() {}
|
|
|
| // Overriden from WindowDelegate:
|
| + 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(KeyEvent* event) OVERRIDE {
|
|
|