| Index: gpu/command_buffer/client/gpu_control.h
|
| diff --git a/gpu/command_buffer/client/gpu_control.h b/gpu/command_buffer/client/gpu_control.h
|
| index 28cd67ae6d1c4c092cc128de8bf45d26d19319f4..12ad377b5535cb0cb632e8f766e7900430b16b27 100644
|
| --- a/gpu/command_buffer/client/gpu_control.h
|
| +++ b/gpu/command_buffer/client/gpu_control.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/callback.h"
|
| #include "base/macros.h"
|
| #include "gpu/command_buffer/common/capabilities.h"
|
| +#include "gpu/command_buffer/common/command_buffer_id.h"
|
| #include "gpu/command_buffer/common/constants.h"
|
| #include "gpu/command_buffer/common/mailbox.h"
|
| #include "gpu/gpu_export.h"
|
| @@ -83,7 +84,7 @@ class GPU_EXPORT GpuControl {
|
| // extra field to identify unverified sync tokens for the implementation of
|
| // the CanWaitUnverifiedSyncToken() function.
|
| virtual CommandBufferNamespace GetNamespaceID() const = 0;
|
| - virtual uint64_t GetCommandBufferID() const = 0;
|
| + virtual CommandBufferId GetCommandBufferID() const = 0;
|
| virtual int32_t GetExtraCommandBufferData() const = 0;
|
|
|
| // Fence Syncs use release counters at a context level, these fence syncs
|
|
|