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

Unified Diff: ui/views/widget/desktop_aura/desktop_native_widget_aura.cc

Issue 11299219: Rework FocusManager as FocusClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/views/widget/desktop_aura/desktop_native_widget_aura.cc
===================================================================
--- ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (revision 169818)
+++ ui/views/widget/desktop_aura/desktop_native_widget_aura.cc (working copy)
@@ -451,7 +451,7 @@
GetWidget()->GetFocusManager()->StoreFocusedView();
desktop_root_window_host_->OnNativeWidgetBlur();
native_widget_delegate_->OnNativeBlur(
- window_->GetFocusManager()->GetFocusedWindow());
+ aura::client::GetFocusClient(window_)->GetFocusedWindow());
}
gfx::NativeCursor DesktopNativeWidgetAura::GetCursor(const gfx::Point& point) {

Powered by Google App Engine
This is Rietveld 408576698