| Index: gpu/command_buffer/common/constants.h
|
| diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
|
| index 3b06cadc0a84562df5d8183a458d0cc2ebd61431..873dfa0c026c68228822fca0fe644881eea09b03 100644
|
| --- a/gpu/command_buffer/common/constants.h
|
| +++ b/gpu/command_buffer/common/constants.h
|
| @@ -57,7 +57,7 @@ const int32 kCommandBufferSharedMemoryId = 4;
|
| const int32 kLatchSharedMemoryId = 5;
|
|
|
| // Invalid latch ID.
|
| -const int32 kInvalidLatchId = 0xffffffffu;
|
| +const uint32 kInvalidLatchId = 0xffffffffu;
|
|
|
| } // namespace gpu
|
|
|
|
|