diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 19:56:40 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-09 19:56:40 +0000 |
commit | d5bf7ca12d258942349d25430c7ff2d1eb4a4e50 (patch) | |
tree | a527b43c86c971ad2f9d5f1df53dc6fbe8c2bd02 /gpu/GLES2 | |
parent | 4d7608f8e51963add407002e21615c72ab33b652 (diff) | |
download | chromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.zip chromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.tar.gz chromium_src-d5bf7ca12d258942349d25430c7ff2d1eb4a4e50.tar.bz2 |
Refactor so chromium only GL extensions require gl2extchromium.h
This is a step toward making third_party/khronos/gl2.h and gl2ext.h
have as few modifications as possible.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/11782020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/GLES2')
-rw-r--r-- | gpu/GLES2/gl2extchromium.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gpu/GLES2/gl2extchromium.h b/gpu/GLES2/gl2extchromium.h index 8e5d9fa..7ea2e28 100644 --- a/gpu/GLES2/gl2extchromium.h +++ b/gpu/GLES2/gl2extchromium.h @@ -7,7 +7,8 @@ #ifndef GPU_GLES2_GL2EXTCHROMIUM_H_ #define GPU_GLES2_GL2EXTCHROMIUM_H_ -#include <GLES2/gl2chromium.h> +#include <GLES2/gl2.h> +#include <GLES2/gl2ext.h> #ifdef __cplusplus extern "C" { |