Index: chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc |
=================================================================== |
--- chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (revision 64864) |
+++ chrome/renderer/webgraphicscontext3d_command_buffer_impl.cc (working copy) |
@@ -57,6 +57,8 @@ |
static const char* kWebGraphicsContext3DPerferredGLExtensions = |
"GL_OES_packed_depth_stencil " |
"GL_OES_depth24 " |
+ "GL_CHROMIUM_copy_texture_to_parent_texture " |
+ "GL_CHROMIUM_map_sub " |
"GL_CHROMIUM_strict_attribs " |
"GL_CHROMIUM_webglsl"; |