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

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

Issue 298003008: Shell / ShellClient -> ServiceProvider (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/root_view_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/view_manager/root_view_manager.h
diff --git a/mojo/services/view_manager/root_view_manager.h b/mojo/services/view_manager/root_view_manager.h
index 55f1bfd2090636efd539ec319e065bcf3aa7c01a..4e67ac9f12f50c6eedd902b4f3483cba1fbb6986 100644
--- a/mojo/services/view_manager/root_view_manager.h
+++ b/mojo/services/view_manager/root_view_manager.h
@@ -25,7 +25,7 @@ class Screen;
namespace mojo {
-class Shell;
+class ServiceProvider;
namespace view_manager {
namespace service {
@@ -35,7 +35,8 @@ class RootNodeManager;
// RootViewManager binds the root node to an actual display.
class MOJO_VIEW_MANAGER_EXPORT RootViewManager {
public:
- RootViewManager(Shell* shell, RootNodeManager* root_node);
+ RootViewManager(ServiceProvider* service_provider,
+ RootNodeManager* root_node);
virtual ~RootViewManager();
// See description above field for details.
@@ -44,7 +45,7 @@ class MOJO_VIEW_MANAGER_EXPORT RootViewManager {
private:
void OnCompositorCreated();
- Shell* shell_;
+ ServiceProvider* service_provider_;
RootNodeManager* root_node_manager_;
GLES2Initializer gles_initializer_;
« no previous file with comments | « mojo/services/view_manager/root_node_manager.cc ('k') | mojo/services/view_manager/root_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698