Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
index 5f3ae339fb94e40efb3755a572bbec27080945f1..5ad1d777073235f7b45f35c9a66704923578d5cf 100644 |
--- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
+++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc |
@@ -105,7 +105,7 @@ WebGraphicsContext3DInProcessCommandBufferImpl:: |
bool is_offscreen, |
gfx::AcceleratedWidget window) |
: share_resources_(attributes.shareResources), |
- webgl_context_(attributes.noExtensions), |
+ webgl_context_(attributes.webGL), |
is_offscreen_(is_offscreen), |
window_(window), |
context_(context.Pass()) { |