Chromium Code Reviews| 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" |