| Index: ui/aura/window_delegate.h
|
| diff --git a/ui/aura/window_delegate.h b/ui/aura/window_delegate.h
|
| index 801d2cb4221cb376ba755ec68a3373fc650bd0c0..7908a19ff8d5c932db0d21d715c1ca10269e0af5 100644
|
| --- a/ui/aura/window_delegate.h
|
| +++ b/ui/aura/window_delegate.h
|
| @@ -37,7 +37,7 @@ class AURA_EXPORT WindowDelegate {
|
| const gfx::Rect& new_bounds) = 0;
|
|
|
| // Sent to the Window's delegate when the Window gains or loses focus.
|
| - virtual void OnFocus() = 0;
|
| + virtual void OnFocus(aura::Window* old_focused_window) = 0;
|
| virtual void OnBlur() = 0;
|
|
|
| virtual bool OnKeyEvent(KeyEvent* event) = 0;
|
|
|