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

Unified Diff: ui/views/widget/desktop_aura/desktop_stacking_client.h

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_stacking_client.h
===================================================================
--- ui/views/widget/desktop_aura/desktop_stacking_client.h (revision 169818)
+++ ui/views/widget/desktop_aura/desktop_stacking_client.h (working copy)
@@ -13,11 +13,11 @@
#include "ui/views/views_export.h"
namespace aura {
-class FocusManager;
class RootWindow;
class Window;
namespace client {
class DefaultCaptureClient;
+class FocusClient;
}
}
@@ -48,7 +48,7 @@
// All the member variables below are necessary for the NULL parent root
// window to function.
- scoped_ptr<aura::FocusManager> focus_manager_;
+ scoped_ptr<aura::client::FocusClient> focus_client_;
// Depends on focus_manager_.
scoped_ptr<DesktopActivationClient> activation_client_;
« no previous file with comments | « ui/views/widget/desktop_aura/desktop_root_window_host_win.cc ('k') | ui/views/widget/desktop_aura/desktop_stacking_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698