| Index: content/browser/aura/gpu_process_transport_factory.cc
|
| diff --git a/content/browser/aura/gpu_process_transport_factory.cc b/content/browser/aura/gpu_process_transport_factory.cc
|
| index 75896d3ddf37dd980a51ca1ea23ecee83ce84d88..63049476de873fd9dd6ae5fbad38a7d02e1bd42a 100644
|
| --- a/content/browser/aura/gpu_process_transport_factory.cc
|
| +++ b/content/browser/aura/gpu_process_transport_factory.cc
|
| @@ -338,7 +338,7 @@ GLHelper* GpuProcessTransportFactory::GetGLHelper() {
|
| scoped_refptr<cc::ContextProvider> provider =
|
| SharedMainThreadContextProvider();
|
| if (provider.get())
|
| - gl_helper_.reset(new GLHelper(provider->Context3d(),
|
| + gl_helper_.reset(new GLHelper(provider->ContextGL(),
|
| provider->ContextSupport()));
|
| }
|
| return gl_helper_.get();
|
|
|