diff options
Diffstat (limited to 'gpu/command_buffer/common/constants.h')
-rw-r--r-- | gpu/command_buffer/common/constants.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/gpu/command_buffer/common/constants.h b/gpu/command_buffer/common/constants.h index c204e87..873dfa0 100644 --- a/gpu/command_buffer/common/constants.h +++ b/gpu/command_buffer/common/constants.h @@ -44,18 +44,6 @@ namespace error { return true; } } - - // Provides finer grained information about why the context was lost. - enum ContextLostReason { - // This context definitely provoked the loss of context. - kGuilty, - - // This context definitely did not provoke the loss of context. - kInnocent, - - // It is unknown whether this context provoked the loss of context. - kUnknown - }; } // Invalid shared memory Id, returned by RegisterSharedMemory in case of |