| Index: gpu/ipc/common/gpu_stream_constants.h
|
| diff --git a/gpu/ipc/common/gpu_stream_constants.h b/gpu/ipc/common/gpu_stream_constants.h
|
| index abab39895328ca4a1b09e0726aed23fc02e913d4..1718bf49eb6898eae9dfb7ba52c50f5856a20720 100644
|
| --- a/gpu/ipc/common/gpu_stream_constants.h
|
| +++ b/gpu/ipc/common/gpu_stream_constants.h
|
| @@ -9,7 +9,7 @@ namespace gpu {
|
|
|
| enum class GpuStreamPriority { REAL_TIME, HIGH, NORMAL, LOW, LAST = LOW };
|
|
|
| -enum GpuStreamId { GPU_STREAM_DEFAULT = -1, GPU_STREAM_INVALID = 0 };
|
| +enum GpuStreamId { GPU_STREAM_DEFAULT = 0 };
|
|
|
| } // namespace gpu
|
|
|
|
|