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

Unified Diff: examples/spinning_cube/gles2_client_impl.cc

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.cc
diff --git a/examples/sample_app/gles2_client_impl.cc b/examples/spinning_cube/gles2_client_impl.cc
similarity index 98%
rename from examples/sample_app/gles2_client_impl.cc
rename to examples/spinning_cube/gles2_client_impl.cc
index 29950ebc148cf372c41a653cde8bc3655fd80396..3c7f0455911214004ca9e39722b58960e0c760f5 100644
--- a/examples/sample_app/gles2_client_impl.cc
+++ b/examples/spinning_cube/gles2_client_impl.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "examples/sample_app/gles2_client_impl.h"
+#include "examples/spinning_cube/gles2_client_impl.h"
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>

Powered by Google App Engine
This is Rietveld 408576698