diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-30 20:40:17 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-30 20:40:17 +0000 |
commit | 487622d038c3f0d10294180d1b635f58fc110a1c (patch) | |
tree | 165d07c38fbb60c5e9f9d9a5cef28da5f0595ea4 /mojo/apps | |
parent | 91419219bd1d98ce90ab87688069fb0781855dab (diff) | |
download | chromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.zip chromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.tar.gz chromium_src-487622d038c3f0d10294180d1b635f58fc110a1c.tar.bz2 |
Mojo: Move C gles2 header files to mojo/public/c/gles2.
(C++ files still to do.)
Also, as a drive-by, update the generated copyright notice in
build_gles2_cmd_buffer.py to the correct, current one (no "(c)").
R=darin@chromium.org
TBR=piman@chromium.org
Review URL: https://codereview.chromium.org/218193002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'mojo/apps')
-rw-r--r-- | mojo/apps/js/bindings/gl/context.cc | 2 | ||||
-rw-r--r-- | mojo/apps/js/bindings/gl/context.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mojo/apps/js/bindings/gl/context.cc b/mojo/apps/js/bindings/gl/context.cc index 5f87e48..18c37e7 100644 --- a/mojo/apps/js/bindings/gl/context.cc +++ b/mojo/apps/js/bindings/gl/context.cc @@ -10,7 +10,7 @@ #include "gin/array_buffer.h" #include "gin/object_template_builder.h" #include "gin/per_context_data.h" -#include "mojo/public/gles2/gles2.h" +#include "mojo/public/c/gles2/gles2.h" namespace gin { template<> diff --git a/mojo/apps/js/bindings/gl/context.h b/mojo/apps/js/bindings/gl/context.h index 7cf3979..905f0fd 100644 --- a/mojo/apps/js/bindings/gl/context.h +++ b/mojo/apps/js/bindings/gl/context.h @@ -13,7 +13,7 @@ #include "gin/runner.h" #include "gin/wrappable.h" #include "mojo/bindings/js/handle.h" -#include "mojo/public/gles2/gles2.h" +#include "mojo/public/c/gles2/gles2.h" #include "v8/include/v8.h" namespace gin { |