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

Unified Diff: mojo/services/view_manager/root_node_manager.h

Issue 510483003: Rename RootViewManager to DisplayManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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
Index: mojo/services/view_manager/root_node_manager.h
diff --git a/mojo/services/view_manager/root_node_manager.h b/mojo/services/view_manager/root_node_manager.h
index d0e02e928e2a7ab412205dbda82f0a1a9f59fd19..2f685172668ad118a2837b170758a901dcd1b56c 100644
--- a/mojo/services/view_manager/root_node_manager.h
+++ b/mojo/services/view_manager/root_node_manager.h
@@ -10,10 +10,10 @@
#include "base/basictypes.h"
#include "mojo/public/cpp/bindings/array.h"
+#include "mojo/services/view_manager/display_manager.h"
#include "mojo/services/view_manager/ids.h"
#include "mojo/services/view_manager/node.h"
#include "mojo/services/view_manager/node_delegate.h"
-#include "mojo/services/view_manager/root_view_manager.h"
#include "mojo/services/view_manager/view_manager_export.h"
namespace ui {
@@ -26,7 +26,7 @@ class ApplicationConnection;
namespace service {
-class RootViewManagerDelegate;
+class DisplayManagerDelegate;
class ViewManagerServiceImpl;
// RootNodeManager is responsible for managing the set of
@@ -67,7 +67,7 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager : public NodeDelegate {
};
RootNodeManager(ApplicationConnection* app_connection,
- RootViewManagerDelegate* view_manager_delegate,
+ DisplayManagerDelegate* display_manager_delegate,
const Callback<void()>& native_viewport_closed_callback);
virtual ~RootNodeManager();
@@ -188,7 +188,7 @@ class MOJO_VIEW_MANAGER_EXPORT RootNodeManager : public NodeDelegate {
// Set of ViewManagerServiceImpls.
ConnectionMap connection_map_;
- RootViewManager root_view_manager_;
+ DisplayManager display_manager_;
// Root node.
scoped_ptr<Node> root_;
« no previous file with comments | « mojo/services/view_manager/display_manager_delegate.h ('k') | mojo/services/view_manager/root_node_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698