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

Unified Diff: mojo/public/gles2/gles2_interface.h

Issue 218193002: Mojo: Move C gles2 header files to mojo/public/c/gles2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 6 years, 9 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 | « mojo/public/gles2/gles2_export.h ('k') | mojo/public/gles2/gles2_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/gles2/gles2_interface.h
diff --git a/mojo/public/gles2/gles2_interface.h b/mojo/public/gles2/gles2_interface.h
index 78845ae229cccf6417592a2e8cc42cd783237437..f9fb2d8a518aed87578494dbd4506cde9dd742d9 100644
--- a/mojo/public/gles2/gles2_interface.h
+++ b/mojo/public/gles2/gles2_interface.h
@@ -14,7 +14,7 @@ class GLES2Interface {
virtual ~GLES2Interface() {}
#define VISIT_GL_CALL(Function, ReturnType, PARAMETERS, ARGUMENTS) \
virtual ReturnType Function PARAMETERS = 0;
-#include "mojo/public/gles2/gles2_call_visitor_autogen.h"
+#include "mojo/public/c/gles2/gles2_call_visitor_autogen.h"
#undef VISIT_GL_CALL
};
« no previous file with comments | « mojo/public/gles2/gles2_export.h ('k') | mojo/public/gles2/gles2_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698