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

Unified Diff: ui/views/corewm/focus_controller.h

Issue 38423002: Make aura::clients take Window instead of RootWindow (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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
« no previous file with comments | « ui/views/corewm/capture_controller.h ('k') | ui/views/widget/desktop_aura/desktop_capture_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/focus_controller.h
diff --git a/ui/views/corewm/focus_controller.h b/ui/views/corewm/focus_controller.h
index d3d34e60c7bc60e41e7fa5751e645e110d6cfdf3..1dc69b78219a5a1a759b5c15a5872335bc05508b 100644
--- a/ui/views/corewm/focus_controller.h
+++ b/ui/views/corewm/focus_controller.h
@@ -6,10 +6,13 @@
#define UI_VIEWS_COREWM_FOCUS_CONTROLLER_H_
#include "base/compiler_specific.h"
+#include "base/memory/scoped_ptr.h"
+#include "base/observer_list.h"
#include "base/scoped_observer.h"
#include "ui/aura/client/activation_client.h"
#include "ui/aura/client/focus_client.h"
#include "ui/aura/window_observer.h"
+#include "ui/events/event_handler.h"
#include "ui/views/views_export.h"
namespace views {
« no previous file with comments | « ui/views/corewm/capture_controller.h ('k') | ui/views/widget/desktop_aura/desktop_capture_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698