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/examples/pepper_container_app | |
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/examples/pepper_container_app')
3 files changed, 3 insertions, 3 deletions
diff --git a/mojo/examples/pepper_container_app/graphics_3d_resource.cc b/mojo/examples/pepper_container_app/graphics_3d_resource.cc index d354cef..6f05359 100644 --- a/mojo/examples/pepper_container_app/graphics_3d_resource.cc +++ b/mojo/examples/pepper_container_app/graphics_3d_resource.cc @@ -7,7 +7,7 @@ #include "base/logging.h" #include "mojo/examples/pepper_container_app/mojo_ppapi_globals.h" #include "mojo/examples/pepper_container_app/plugin_instance.h" -#include "mojo/public/gles2/gles2.h" +#include "mojo/public/c/gles2/gles2.h" #include "ppapi/c/pp_errors.h" namespace mojo { diff --git a/mojo/examples/pepper_container_app/graphics_3d_resource.h b/mojo/examples/pepper_container_app/graphics_3d_resource.h index 482c678..68d70e4 100644 --- a/mojo/examples/pepper_container_app/graphics_3d_resource.h +++ b/mojo/examples/pepper_container_app/graphics_3d_resource.h @@ -7,7 +7,7 @@ #include "base/compiler_specific.h" #include "base/macros.h" -#include "mojo/public/gles2/gles2_types.h" +#include "mojo/public/c/gles2/gles2_types.h" #include "ppapi/shared_impl/resource.h" #include "ppapi/shared_impl/tracked_callback.h" #include "ppapi/thunk/ppb_graphics_3d_api.h" diff --git a/mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc b/mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc index 56fc891..c5097bb 100644 --- a/mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc +++ b/mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc @@ -5,7 +5,7 @@ #include "base/logging.h" #include "mojo/examples/pepper_container_app/graphics_3d_resource.h" #include "mojo/examples/pepper_container_app/thunk.h" -#include "mojo/public/gles2/gles2.h" +#include "mojo/public/c/gles2/gles2.h" #include "ppapi/thunk/enter.h" #include "ppapi/thunk/ppb_graphics_3d_api.h" |