Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(551)

Unified Diff: ui/aura/window_delegate.h

Issue 10562025: aura: Fix WidgetFocusChangeListener::OnNativeFocusChange(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge again Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698