| Index: gpu/command_buffer/common/constants.h
|
| diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h
|
| index 98c213fa4aa9ad903b339778dab739027f6f9f85..14ad2c9e7ddf67c07ef57c912da4f091f7065ac2 100644
|
| --- a/gpu/command_buffer/common/constants.h
|
| +++ b/gpu/command_buffer/common/constants.h
|
| @@ -52,6 +52,10 @@ namespace error {
|
| // The GPU channel was lost. This error is set client-side.
|
| kGpuChannelLost,
|
|
|
| + // The GPU process sent an invalid message/reply. This error is set
|
| + // client-side.
|
| + kInvalidGpuMessage,
|
| +
|
| kContextLostReasonLast = kGpuChannelLost
|
| };
|
| }
|
|
|