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

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

Issue 304593002: Revert 272983 "Change Shell / ShellClient to ServiceProvider" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
Index: trunk/src/mojo/services/view_manager/root_view_manager.h
===================================================================
--- trunk/src/mojo/services/view_manager/root_view_manager.h (revision 272983)
+++ trunk/src/mojo/services/view_manager/root_view_manager.h (working copy)
@@ -25,7 +25,7 @@
namespace mojo {
-class ServiceProvider;
+class Shell;
namespace view_manager {
namespace service {
@@ -35,8 +35,7 @@
// RootViewManager binds the root node to an actual display.
class MOJO_VIEW_MANAGER_EXPORT RootViewManager {
public:
- RootViewManager(ServiceProvider* service_provider,
- RootNodeManager* root_node);
+ RootViewManager(Shell* shell, RootNodeManager* root_node);
virtual ~RootViewManager();
// See description above field for details.
@@ -45,7 +44,7 @@
private:
void OnCompositorCreated();
- ServiceProvider* service_provider_;
+ Shell* shell_;
RootNodeManager* root_node_manager_;
GLES2Initializer gles_initializer_;
« no previous file with comments | « trunk/src/mojo/services/view_manager/root_node_manager.cc ('k') | trunk/src/mojo/services/view_manager/root_view_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698