diff options
Diffstat (limited to 'core/fxcodec/jbig2/JBig2_Context.h')
-rw-r--r-- | core/fxcodec/jbig2/JBig2_Context.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/core/fxcodec/jbig2/JBig2_Context.h b/core/fxcodec/jbig2/JBig2_Context.h index 148866a914..71215d0e8f 100644 --- a/core/fxcodec/jbig2/JBig2_Context.h +++ b/core/fxcodec/jbig2/JBig2_Context.h @@ -30,15 +30,7 @@ using CJBig2_CachePair = #define JBIG2_MIN_SEGMENT_SIZE 11 -enum class JBig2_Result { - Success, - Failure, - ErrorTooShort, - ErrorFatal, - ErrorLimit, - EndOfPage, - EndOfFile -}; +enum class JBig2_Result { kSuccess, kFailure, kEndReached }; class CJBig2_Context { public: |