| Index: content/browser/renderer_host/image_transport_factory.cc
|
| diff --git a/content/browser/renderer_host/image_transport_factory.cc b/content/browser/renderer_host/image_transport_factory.cc
|
| index aab8860eada09ce237a16d16414126ff5d9384a9..b2f09b70e67e3e9e80affc0756625f4d2f8fe4f9 100644
|
| --- a/content/browser/renderer_host/image_transport_factory.cc
|
| +++ b/content/browser/renderer_host/image_transport_factory.cc
|
| @@ -462,7 +462,7 @@ class GpuProcessTransportFactory
|
| }
|
|
|
| virtual GLHelper* GetGLHelper() OVERRIDE {
|
| - if (!gl_helper_.get()) {
|
| + if (!gl_helper_) {
|
| CreateSharedContextLazy();
|
| WebGraphicsContext3DCommandBufferImpl* context_for_main_thread =
|
| shared_contexts_main_thread_->Context3d();
|
|
|