diff options
author | Ryan Harrison <rharrison@chromium.org> | 2018-05-10 19:11:37 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-10 19:11:37 +0000 |
commit | 660843f9ea0e75b4efc78d17bbc5661c2d3ea2be (patch) | |
tree | faf01578ed9341eab9c922dbc5fdc8a78c628084 /core/fxcodec/fx_codec_def.h | |
parent | 80302c77a854e3252bb4c1dc6f09ea3097536092 (diff) | |
download | pdfium-660843f9ea0e75b4efc78d17bbc5661c2d3ea2be.tar.xz |
Clean up post review comments
Cleaning up some nits that came in after my previous codec CL had gone
into the CQ.
BUG=pdfium:1080
Change-Id: I3845136d370f73c9c96ef732e95b8cf0c9c79d91
Reviewed-on: https://pdfium-review.googlesource.com/32351
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'core/fxcodec/fx_codec_def.h')
-rw-r--r-- | core/fxcodec/fx_codec_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/fxcodec/fx_codec_def.h b/core/fxcodec/fx_codec_def.h index 154fe967ee..2d6b5ed937 100644 --- a/core/fxcodec/fx_codec_def.h +++ b/core/fxcodec/fx_codec_def.h @@ -26,10 +26,10 @@ enum FXCODEC_STATUS { #ifdef PDF_ENABLE_XFA enum FXCODEC_IMAGE_TYPE { FXCODEC_IMAGE_UNKNOWN = 0, + FXCODEC_IMAGE_JPG, #ifdef PDF_ENABLE_XFA_BMP FXCODEC_IMAGE_BMP, #endif // PDF_ENABLE_XFA_BMP - FXCODEC_IMAGE_JPG, #ifdef PDF_ENABLE_XFA_PNG FXCODEC_IMAGE_PNG, #endif // PDF_ENABLE_XFA_PNG |