| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index ca18691806ae74b385bd78c14321b388dbaa6a87..00ab6c3e24bd6e1d3f127b3c989ee365c3b529c3 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -251,7 +251,7 @@ void BrowserGpuChannelHostFactory::GpuChannelEstablishedOnIO(
|
|
|
| GpuChannelHost* BrowserGpuChannelHostFactory::EstablishGpuChannelSync(
|
| CauseForGpuLaunch cause_for_gpu_launch) {
|
| - if (gpu_channel_.get()) {
|
| + if (gpu_channel_) {
|
| // Recreate the channel if it has been lost.
|
| if (gpu_channel_->state() == GpuChannelHost::kLost)
|
| gpu_channel_ = NULL;
|
|
|