| Index: content/common/gpu/client/gpu_channel_host.h
|
| diff --git a/content/common/gpu/client/gpu_channel_host.h b/content/common/gpu/client/gpu_channel_host.h
|
| index da651e9e77fa60a99cf1ebe8e77305b1cb0f34f6..c06989d040c06ee9b64414e05fcce174445dd0d0 100644
|
| --- a/content/common/gpu/client/gpu_channel_host.h
|
| +++ b/content/common/gpu/client/gpu_channel_host.h
|
| @@ -95,7 +95,7 @@ class GpuChannelHost : public IPC::Sender,
|
| const IPC::ChannelHandle& channel_handle);
|
|
|
| bool IsLost() const {
|
| - DCHECK(channel_filter_);
|
| + DCHECK(channel_filter_.get());
|
| return channel_filter_->IsLost();
|
| }
|
|
|
|
|