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

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: fix android build Created 4 years, 11 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 | « services/gfx/compositor/graph/snapshot.cc ('k') | services/gfx/compositor/render/render_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « services/gfx/compositor/graph/snapshot.cc ('k') | services/gfx/compositor/render/render_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698