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

Unified Diff: mojo/services/view_manager/view_manager_init_service_context.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/view_manager_init_service_context.h
diff --git a/mojo/services/view_manager/view_manager_init_service_context.h b/mojo/services/view_manager/view_manager_init_service_context.h
index 6b45ef3f06c953f550379a861c5f165891f03d9e..02511203c21370f40e9307b19effce3291f33bb2 100644
--- a/mojo/services/view_manager/view_manager_init_service_context.h
+++ b/mojo/services/view_manager/view_manager_init_service_context.h
@@ -11,7 +11,7 @@
#include "base/memory/scoped_vector.h"
#include "mojo/public/cpp/application/application_connection.h"
#include "mojo/public/cpp/application/application_delegate.h"
-#include "mojo/services/view_manager/root_view_manager_delegate.h"
+#include "mojo/services/view_manager/display_manager_delegate.h"
#include "mojo/services/view_manager/view_manager_export.h"
namespace mojo {
@@ -22,7 +22,7 @@ class ViewManagerInitServiceImpl;
// State shared between all ViewManagerInitService impls.
class MOJO_VIEW_MANAGER_EXPORT ViewManagerInitServiceContext
- : public RootViewManagerDelegate {
+ : public DisplayManagerDelegate {
public:
ViewManagerInitServiceContext();
virtual ~ViewManagerInitServiceContext();
@@ -52,8 +52,8 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerInitServiceContext
Callback<void(bool)> callback;
};
- // RootViewManagerDelegate overrides:
- virtual void OnRootViewManagerWindowTreeHostCreated() OVERRIDE;
+ // DisplayManagerDelegate overrides:
+ virtual void OnDisplayManagerWindowTreeHostCreated() OVERRIDE;
void OnNativeViewportDeleted();

Powered by Google App Engine
This is Rietveld 408576698