| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index a3b56cc2557537e643610817691497d943f4a64b..9edf3abe2fea349eda3b49b7c3bf3b5fcadb96df 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -766,12 +766,12 @@
|
|
|
| void GpuProcessHost::DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| int client_id,
|
| - const gpu::SyncToken& sync_token) {
|
| + int sync_point) {
|
| TRACE_EVENT0("gpu", "GpuProcessHost::DestroyGpuMemoryBuffer");
|
|
|
| DCHECK(CalledOnValidThread());
|
|
|
| - Send(new GpuMsg_DestroyGpuMemoryBuffer(id, client_id, sync_token));
|
| + Send(new GpuMsg_DestroyGpuMemoryBuffer(id, client_id, sync_point));
|
| }
|
|
|
| void GpuProcessHost::OnInitialized(bool result, const gpu::GPUInfo& gpu_info) {
|
|
|