| Index: content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
|
| diff --git a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
|
| index 251e16c4a3a6dde9e674b54149bfcd3b4d989990..cce258b525abfe6d5d6b88839c436cb98215ea25 100644
|
| --- a/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
|
| +++ b/content/common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc
|
| @@ -12,7 +12,7 @@
|
| GpuMemoryBufferImplTest,
|
| GpuMemoryBufferImplSharedMemory);
|
|
|
| -void BufferDestroyed(bool* destroyed, const gpu::SyncToken& sync_token) {
|
| +void BufferDestroyed(bool* destroyed, uint32 sync_point) {
|
| *destroyed = true;
|
| }
|
|
|
|
|