Index: content/test/gpu_memory_buffer_impl_test_template.h |
diff --git a/content/test/gpu_memory_buffer_impl_test_template.h b/content/test/gpu_memory_buffer_impl_test_template.h |
index a91589f42fe534cb89e5c534d47aae3d03a00c31..73cce9e996a43c725c53cb89c60b7d07a5624572 100644 |
--- a/content/test/gpu_memory_buffer_impl_test_template.h |
+++ b/content/test/gpu_memory_buffer_impl_test_template.h |
@@ -32,7 +32,7 @@ class GpuMemoryBufferImplTest : public testing::Test { |
private: |
void FreeGpuMemoryBuffer(const base::Closure& free_callback, |
bool* destroyed, |
- uint32 sync_point) { |
+ const gpu::SyncToken& sync_token) { |
free_callback.Run(); |
if (destroyed) |
*destroyed = true; |