Index: content/common/child_process_host_impl.h |
diff --git a/content/common/child_process_host_impl.h b/content/common/child_process_host_impl.h |
index d859323627af09b1863ef6717c3140730fe6c9fb..f07e2a88a5e8bfb75c1f306b5130e2cebb11da57 100644 |
--- a/content/common/child_process_host_impl.h |
+++ b/content/common/child_process_host_impl.h |
@@ -28,6 +28,10 @@ namespace IPC { |
class MessageFilter; |
} |
+namespace gpu { |
+struct SyncToken; |
+} |
+ |
namespace content { |
class ChildProcessHostDelegate; |
@@ -101,7 +105,7 @@ class CONTENT_EXPORT ChildProcessHostImpl : public ChildProcessHost, |
gfx::BufferUsage usage, |
gfx::GpuMemoryBufferHandle* handle); |
void OnDeletedGpuMemoryBuffer(gfx::GpuMemoryBufferId id, |
- uint32 sync_point); |
+ const gpu::SyncToken& sync_token); |
ChildProcessHostDelegate* delegate_; |
base::Process peer_process_; |