| Index: content/common/gpu/image_transport_surface.cc
|
| diff --git a/content/common/gpu/image_transport_surface.cc b/content/common/gpu/image_transport_surface.cc
|
| index 18689b85dfa818f1bf3a6d1383b37514f097ae3d..b0200389972d1e398934763366034d160a07ad4e 100644
|
| --- a/content/common/gpu/image_transport_surface.cc
|
| +++ b/content/common/gpu/image_transport_surface.cc
|
| @@ -171,13 +171,13 @@ void ImageTransportHelper::Suspend() {
|
| }
|
|
|
| gpu::GpuScheduler* ImageTransportHelper::Scheduler() {
|
| - if (!stub_.get())
|
| + if (!stub_)
|
| return NULL;
|
| return stub_->scheduler();
|
| }
|
|
|
| gpu::gles2::GLES2Decoder* ImageTransportHelper::Decoder() {
|
| - if (!stub_.get())
|
| + if (!stub_)
|
| return NULL;
|
| return stub_->decoder();
|
| }
|
|
|