| Index: mojo/gles2/command_buffer_client_impl.h
|
| diff --git a/mojo/gles2/command_buffer_client_impl.h b/mojo/gles2/command_buffer_client_impl.h
|
| index 2152150e53971b849a6234b68431898a6de5696a..b63f42a1db29b1b11c2eabcf26ed0c4b6b0c18c8 100644
|
| --- a/mojo/gles2/command_buffer_client_impl.h
|
| +++ b/mojo/gles2/command_buffer_client_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include "components/mus/public/interfaces/command_buffer.mojom.h"
|
| #include "gpu/command_buffer/client/gpu_control.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| +#include "gpu/command_buffer/common/command_buffer_id.h"
|
| #include "gpu/command_buffer/common/command_buffer_shared.h"
|
| #include "mojo/public/cpp/bindings/binding.h"
|
|
|
| @@ -73,7 +74,7 @@ class CommandBufferClientImpl
|
| bool IsGpuChannelLost() override;
|
| void EnsureWorkVisible() override;
|
| gpu::CommandBufferNamespace GetNamespaceID() const override;
|
| - uint64_t GetCommandBufferID() const override;
|
| + gpu::CommandBufferId GetCommandBufferID() const override;
|
| int32_t GetExtraCommandBufferData() const override;
|
| uint64_t GenerateFenceSyncRelease() override;
|
| bool IsFenceSyncRelease(uint64_t release) override;
|
| @@ -97,7 +98,7 @@ class CommandBufferClientImpl
|
| mojo::Binding<mus::mojom::CommandBufferLostContextObserver> observer_binding_;
|
| mus::mojom::CommandBufferPtr command_buffer_;
|
|
|
| - uint64_t command_buffer_id_;
|
| + gpu::CommandBufferId command_buffer_id_;
|
| gpu::Capabilities capabilities_;
|
| State last_state_;
|
| mojo::ScopedSharedBufferHandle shared_state_handle_;
|
|
|