| 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 4e2834f52d7966a72821c15fb633b037b7b18c79..f7daa56f27419bdf2064f013b9052753fcbc7371 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -984,10 +984,6 @@ void GpuCommandBufferStub::OnRegisterGpuMemoryBuffer(
|
| if (!image.get())
|
| return;
|
|
|
| - // For Android specific workaround.
|
| - if (context_group_->feature_info()->workarounds().release_image_after_use)
|
| - image->SetReleaseAfterUse();
|
| -
|
| image_manager->AddImage(image.get(), id);
|
| }
|
|
|
|
|