Index: components/mus/gles2/command_buffer_driver.cc |
diff --git a/components/mus/gles2/command_buffer_driver.cc b/components/mus/gles2/command_buffer_driver.cc |
index a909517859e98e3cad1767590408d09998ea9563..e9c6a50d97b11ac802108a9d9f095019fe83fe30 100644 |
--- a/components/mus/gles2/command_buffer_driver.cc |
+++ b/components/mus/gles2/command_buffer_driver.cc |
@@ -53,7 +53,7 @@ CommandBufferDriver::Client::~Client() {} |
CommandBufferDriver::CommandBufferDriver( |
gpu::CommandBufferNamespace command_buffer_namespace, |
- uint64_t command_buffer_id, |
+ gpu::CommandBufferId command_buffer_id, |
gfx::AcceleratedWidget widget, |
scoped_refptr<GpuState> gpu_state) |
: command_buffer_namespace_(command_buffer_namespace), |
@@ -450,7 +450,7 @@ void CommandBufferDriver::OnFenceSyncRelease(uint64_t release) { |
bool CommandBufferDriver::OnWaitFenceSync( |
gpu::CommandBufferNamespace namespace_id, |
- uint64_t command_buffer_id, |
+ gpu::CommandBufferId command_buffer_id, |
uint64_t release) { |
DCHECK(CalledOnValidThread()); |
DCHECK(IsScheduled()); |