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

Unified Diff: services/gfx/compositor/main.cc

Issue 1552963002: Initial checkin of the new Mozart compositor. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-11
Patch Set: Created 4 years, 12 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: services/gfx/compositor/main.cc
diff --git a/services/ui/launcher/main.cc b/services/gfx/compositor/main.cc
similarity index 74%
copy from services/ui/launcher/main.cc
copy to services/gfx/compositor/main.cc
index fa82e08d51d69f5fcedaea25b839904c2adda216..e03e9cab5e579571b0e554d5d55057fe5c877032 100644
--- a/services/ui/launcher/main.cc
+++ b/services/gfx/compositor/main.cc
@@ -4,9 +4,9 @@
#include "mojo/application/application_runner_chromium.h"
#include "mojo/public/c/system/main.h"
-#include "services/ui/launcher/launcher_app.h"
+#include "services/gfx/compositor/compositor_app.h"
MojoResult MojoMain(MojoHandle application_request) {
- mojo::ApplicationRunnerChromium runner(new launcher::LauncherApp);
+ mojo::ApplicationRunnerChromium runner(new compositor::CompositorApp);
return runner.Run(application_request);
}

Powered by Google App Engine
This is Rietveld 408576698