Index: gpu/demos/framework/window.cc |
=================================================================== |
--- gpu/demos/framework/window.cc (revision 102160) |
+++ gpu/demos/framework/window.cc (working copy) |
@@ -81,7 +81,7 @@ |
if (!decoder_->Initialize(surface_.get(), |
context_.get(), |
gfx::Size(), |
- gpu::gles2::DisallowedExtensions(), |
+ gpu::gles2::DisallowedFeatures(), |
NULL, |
attribs)) { |
return false; |