| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 22b90a3d98c33a7d9e9cda1824974945c20e400b..fa22f94ed7115517a26c8fa005a0cc4d4258cd69 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -983,7 +983,7 @@ void GpuCommandBufferStub::OnRegisterGpuMemoryBuffer(
|
| gfx::Size(width, height),
|
| internalformat,
|
| channel()->client_id());
|
| - if (!image)
|
| + if (!image.get())
|
| return;
|
|
|
| // For Android specific workaround.
|
|
|