| Index: content/browser/gpu/gpu_process_host.h
|
| diff --git a/content/browser/gpu/gpu_process_host.h b/content/browser/gpu/gpu_process_host.h
|
| index 83e3410ca7105bc43856978b30bdfa3cd9eaa4e0..245e330224d8da6ce54a8b456b05de002f2ff642 100644
|
| --- a/content/browser/gpu/gpu_process_host.h
|
| +++ b/content/browser/gpu/gpu_process_host.h
|
| @@ -40,6 +40,10 @@ namespace IPC {
|
| struct ChannelHandle;
|
| }
|
|
|
| +namespace gpu {
|
| +struct SyncToken;
|
| +}
|
| +
|
| namespace content {
|
| class BrowserChildProcessHostImpl;
|
| class GpuMainThread;
|
| @@ -148,7 +152,7 @@ class GpuProcessHost : public BrowserChildProcessHostDelegate,
|
| // Tells the GPU process to destroy GPU memory buffer.
|
| void DestroyGpuMemoryBuffer(gfx::GpuMemoryBufferId id,
|
| int client_id,
|
| - int sync_point);
|
| + const gpu::SyncToken& sync_token);
|
|
|
| // What kind of GPU process, e.g. sandboxed or unsandboxed.
|
| GpuProcessKind kind();
|
|
|