summaryrefslogtreecommitdiffstats
path: root/gpu/gles2_conform_support/egl
diff options
context:
space:
mode:
authorzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 00:33:29 +0000
committerzmo@google.com <zmo@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-22 00:33:29 +0000
commite82fb7928fb3d6c7b980f8fae4b948eb6bfb7ee9 (patch)
tree092bcf52246ec3ccc0f5dd517ce42a20c64124c9 /gpu/gles2_conform_support/egl
parent959a694093db706173cccfec4c1e14717ce370e1 (diff)
downloadchromium_src-e82fb7928fb3d6c7b980f8fae4b948eb6bfb7ee9.zip
chromium_src-e82fb7928fb3d6c7b980f8fae4b948eb6bfb7ee9.tar.gz
chromium_src-e82fb7928fb3d6c7b980f8fae4b948eb6bfb7ee9.tar.bz2
Code cleanup: rename DisallowedExtensions to DisallowedFeature.
BUG=none TEST=bots green Review URL: http://codereview.chromium.org/7979031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102213 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gles2_conform_support/egl')
-rw-r--r--gpu/gles2_conform_support/egl/display.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gles2_conform_support/egl/display.cc b/gpu/gles2_conform_support/egl/display.cc
index f6016bc..b3cebcc 100644
--- a/gpu/gles2_conform_support/egl/display.cc
+++ b/gpu/gles2_conform_support/egl/display.cc
@@ -125,7 +125,7 @@ EGLSurface Display::CreateWindowSurface(EGLConfig config,
if (!decoder_->Initialize(gl_surface_.get(),
gl_context_.get(),
gfx::Size(),
- gpu::gles2::DisallowedExtensions(),
+ gpu::gles2::DisallowedFeatures(),
NULL,
attribs)) {
return EGL_NO_SURFACE;