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

Unified Diff: examples/spinning_cube/gles2_client_impl.h

Issue 967563002: Rename sample_app -> spinning_cube. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
Index: examples/spinning_cube/gles2_client_impl.h
diff --git a/examples/sample_app/gles2_client_impl.h b/examples/spinning_cube/gles2_client_impl.h
similarity index 95%
rename from examples/sample_app/gles2_client_impl.h
rename to examples/spinning_cube/gles2_client_impl.h
index b6756781155edbb2327a0045ddc730c0c49115d2..aeb500a9dfd345198fef034240029fa395517751 100644
--- a/examples/sample_app/gles2_client_impl.h
+++ b/examples/spinning_cube/gles2_client_impl.h
@@ -5,7 +5,7 @@
#ifndef EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
qsr 2015/02/27 16:16:43 This seems wrong.
ppi 2015/02/27 16:27:49 Done.
#define EXAMPLES_SAMPLE_APP_GLES2_CLIENT_IMPL_H_
-#include "examples/sample_app/spinning_cube.h"
+#include "examples/spinning_cube/spinning_cube.h"
#include "mojo/public/c/gles2/gles2.h"
#include "mojo/services/geometry/public/interfaces/geometry.mojom.h"
#include "mojo/services/native_viewport/public/interfaces/native_viewport.mojom.h"

Powered by Google App Engine
This is Rietveld 408576698