| Index: content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| index a85654226ab1ba8908231bc9eb5d5b827faf1d84..a721395eaebc252d29ab074e35bfe41b237abb18 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_android.cc
|
| @@ -81,4 +81,10 @@ scoped_ptr<GpuMemoryBufferImpl> GpuMemoryBufferImpl::CreateFromHandle(
|
| }
|
| }
|
|
|
| +// static
|
| +bool GpuMemoryBufferImpl::NeedsDestructionSyncPoint(
|
| + gfx::GpuMemoryBufferType type) {
|
| + return false;
|
| +}
|
| +
|
| } // namespace content
|
|
|