| Index: gpu/command_buffer/common/constants.h
|
| diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
|
| index e227739daf6836134ac777193e128f8870dfced2..98c213fa4aa9ad903b339778dab739027f6f9f85 100644
|
| --- a/gpu/command_buffer/common/constants.h
|
| +++ b/gpu/command_buffer/common/constants.h
|
| @@ -67,7 +67,7 @@ const int32_t kCommandBufferSharedMemoryId = 4;
|
| const size_t kDefaultMaxProgramCacheMemoryBytes = 6 * 1024 * 1024;
|
|
|
| // Namespace used to separate various command buffer types.
|
| -enum CommandBufferNamespace {
|
| +enum CommandBufferNamespace : int8_t {
|
| INVALID = -1,
|
|
|
| GPU_IO,
|
|
|