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

Unified Diff: ui/views/corewm/capture_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/aura/client/user_action_client.cc ('k') | ui/views/corewm/focus_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/corewm/capture_controller.h
diff --git a/ui/views/corewm/capture_controller.h b/ui/views/corewm/capture_controller.h
index 343c3c0a87bf96188a816e598d487a6f93b67a0a..f7e8128ed9748e9d86dab79562c482137e903419 100644
--- a/ui/views/corewm/capture_controller.h
+++ b/ui/views/corewm/capture_controller.h
@@ -13,6 +13,10 @@
#include "ui/aura/window_observer.h"
#include "ui/views/views_export.h"
+namespace aura {
+class RootWindow;
+}
+
namespace views {
namespace corewm {
« no previous file with comments | « ui/aura/client/user_action_client.cc ('k') | ui/views/corewm/focus_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698