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

Unified Diff: examples/sky_compositor_app/sky_compositor_app.cc

Issue 1213683004: Move //sky/compositor to //sky/viewer/compositor (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « examples/sky_compositor_app/BUILD.gn ('k') | sky/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/sky_compositor_app/sky_compositor_app.cc
diff --git a/examples/sky_compositor_app/sky_compositor_app.cc b/examples/sky_compositor_app/sky_compositor_app.cc
index dd4589dfc3d626419fb3e8d04f6401ed456f9bfb..d2daa149b45a5bbda1024faa784270f9caf3d14d 100644
--- a/examples/sky_compositor_app/sky_compositor_app.cc
+++ b/examples/sky_compositor_app/sky_compositor_app.cc
@@ -12,9 +12,9 @@
#include "mojo/services/view_manager/public/cpp/view_manager.h"
#include "mojo/services/view_manager/public/cpp/view_manager_client_factory.h"
#include "mojo/services/view_manager/public/cpp/view_manager_delegate.h"
-#include "sky/compositor/layer.h"
-#include "sky/compositor/layer_host.h"
-#include "sky/compositor/rasterizer_ganesh.h"
+#include "sky/viewer/compositor/layer.h"
+#include "sky/viewer/compositor/layer_host.h"
+#include "sky/viewer/compositor/rasterizer_ganesh.h"
#include "third_party/skia/include/core/SkCanvas.h"
namespace examples {
« no previous file with comments | « examples/sky_compositor_app/BUILD.gn ('k') | sky/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698