| Index: content/browser/aura/reflector_impl.cc
|
| diff --git a/content/browser/aura/reflector_impl.cc b/content/browser/aura/reflector_impl.cc
|
| index 08f7b0d11ff29d79050e63a909a4954d8697e61c..6d8e89df70c2bb3e17a137cfe7416f38531fab3f 100644
|
| --- a/content/browser/aura/reflector_impl.cc
|
| +++ b/content/browser/aura/reflector_impl.cc
|
| @@ -88,7 +88,7 @@ void ReflectorImpl::ShutdownOnImplThread() {
|
| void ReflectorImpl::AttachToOutputSurface(
|
| BrowserCompositorOutputSurface* output_surface) {
|
| gl_helper_.reset(
|
| - new GLHelper(output_surface->context_provider()->Context3d(),
|
| + new GLHelper(output_surface->context_provider()->ContextGL(),
|
| output_surface->context_provider()->ContextSupport()));
|
| output_surface->SetReflector(this);
|
| }
|
|
|