diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 22:53:06 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 22:53:06 +0000 |
commit | 269200b1c5008621167dbd619576281337b421a4 (patch) | |
tree | 80b10bbac1a929710fd5340b44caafefec30ea9a /app/gfx | |
parent | 4ea77949af577e920f8ee3dff283289d8c80b413 (diff) | |
download | chromium_src-269200b1c5008621167dbd619576281337b421a4.zip chromium_src-269200b1c5008621167dbd619576281337b421a4.tar.gz chromium_src-269200b1c5008621167dbd619576281337b421a4.tar.bz2 |
Renames Chrome only GL extension functions to follow
GL naming convention.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/5210001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/gfx')
-rw-r--r-- | app/gfx/gl/gl_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/gfx/gl/gl_interface.h b/app/gfx/gl/gl_interface.h index 43577c2..f4c6025 100644 --- a/app/gfx/gl/gl_interface.h +++ b/app/gfx/gl/gl_interface.h @@ -406,7 +406,7 @@ class GLInterface { virtual void SwapBuffers() = 0; - virtual GLuint GetMaxValueInBuffer( + virtual GLuint GetMaxValueInBufferCHROMIUM( GLuint buffer_id, GLsizei count, GLenum type, GLuint offset) = 0; private: |