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

Unified Diff: components/mus/ws/display_manager_factory.h

Issue 1674903003: Extract shell methods from ApplicationImpl into a base class, and pass this to Initialize() instead. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojom
Patch Set: . Created 4 years, 10 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 | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/display_manager_factory.h
diff --git a/components/mus/ws/display_manager_factory.h b/components/mus/ws/display_manager_factory.h
index 2067a272024519a2e3cf79af5c73b0c60ee23c81..49bc734ffb9ef83830243a3677e6c15440742e73 100644
--- a/components/mus/ws/display_manager_factory.h
+++ b/components/mus/ws/display_manager_factory.h
@@ -9,7 +9,7 @@
#include "mojo/public/cpp/bindings/callback.h"
namespace mojo {
-class ApplicationImpl;
+class Shell;
}
namespace mus {
@@ -23,7 +23,7 @@ class DisplayManager;
class DisplayManagerFactory {
public:
virtual DisplayManager* CreateDisplayManager(
- mojo::ApplicationImpl* app_impl,
+ mojo::Shell* shell,
const scoped_refptr<mus::GpuState>& gpu_state,
const scoped_refptr<mus::SurfacesState>& surfaces_state) = 0;
};
« no previous file with comments | « components/mus/ws/display_manager.cc ('k') | components/mus/ws/window_manager_client_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698