| Index: content/browser/aura/reflector_impl.cc
|
| diff --git a/content/browser/aura/reflector_impl.cc b/content/browser/aura/reflector_impl.cc
|
| index 1e26cf8d18e14031233b6c0fda108380f93e99f0..78726ecdcc2716dbeacb09508b06f53996718d3e 100644
|
| --- a/content/browser/aura/reflector_impl.cc
|
| +++ b/content/browser/aura/reflector_impl.cc
|
| @@ -68,7 +68,8 @@ void ReflectorImpl::ShutdownOnImplThread() {
|
| // ImplThread.
|
| void ReflectorImpl::AttachToOutputSurface(
|
| BrowserCompositorOutputSurface* output_surface) {
|
| - gl_helper_.reset(new GLHelper(output_surface->context3d()));
|
| + gl_helper_.reset(
|
| + new GLHelper(output_surface->context_provider()->Context3d()));
|
| output_surface->SetReflector(this);
|
| }
|
|
|
|
|