Chromium Code Reviews| Index: gpu/command_buffer/common/constants.h |
| diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h |
| index c2bcd5b52528e6f08d20e1acc35b2cd477307d5e..7b80a33651160f7f7609b136d40eda7e344069a4 100644 |
| --- a/gpu/command_buffer/common/constants.h |
| +++ b/gpu/command_buffer/common/constants.h |
| @@ -57,7 +57,7 @@ namespace error { |
| // client-side. |
| kInvalidGpuMessage, |
| - kContextLostReasonLast = kGpuChannelLost |
| + kContextLostReasonLast = kInvalidGpuMessage |
| }; |
| } |