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

Unified Diff: ui/aura/client/dispatcher_client.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/default_capture_client.cc ('k') | ui/aura/client/dispatcher_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/client/dispatcher_client.h
diff --git a/ui/aura/client/dispatcher_client.h b/ui/aura/client/dispatcher_client.h
index c775611db715c7c0681c1321763e963ec001bc1b..f2d1ff8bcb3c6e0e75a1c5284284bce34a9d5bdd 100644
--- a/ui/aura/client/dispatcher_client.h
+++ b/ui/aura/client/dispatcher_client.h
@@ -10,7 +10,7 @@
#include "ui/aura/window.h"
namespace aura {
-class RootWindow;
+class Window;
namespace client {
// An interface implemented by an object which handles nested dispatchers.
@@ -21,9 +21,9 @@ class AURA_EXPORT DispatcherClient {
bool nestable_tasks_allowed) = 0;
};
-AURA_EXPORT void SetDispatcherClient(RootWindow* root_window,
+AURA_EXPORT void SetDispatcherClient(Window* root_window,
DispatcherClient* client);
-AURA_EXPORT DispatcherClient* GetDispatcherClient(RootWindow* root_window);
+AURA_EXPORT DispatcherClient* GetDispatcherClient(Window* root_window);
} // namespace client
} // namespace aura
« no previous file with comments | « ui/aura/client/default_capture_client.cc ('k') | ui/aura/client/dispatcher_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698