diff options
author | tsepez <tsepez@chromium.org> | 2016-10-28 11:34:42 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-28 11:34:42 -0700 |
commit | 95e5834ab6b6e5aa370cacd6266cecbd82c4c155 (patch) | |
tree | a948ed773fe1faad6a6b2f4111e8f0c897ef4f40 /xfa/fde/css | |
parent | 159ba95782e0610b217c42a60bbfbd99737e0771 (diff) | |
download | pdfium-95e5834ab6b6e5aa370cacd6266cecbd82c4c155.tar.xz |
Continue fixing FX_BOOL / int noise
Review-Url: https://codereview.chromium.org/2459073002
Diffstat (limited to 'xfa/fde/css')
-rw-r--r-- | xfa/fde/css/fde_cssdeclaration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fde/css/fde_cssdeclaration.h b/xfa/fde/css/fde_cssdeclaration.h index d33e7107c8..3598429e3a 100644 --- a/xfa/fde/css/fde_cssdeclaration.h +++ b/xfa/fde/css/fde_cssdeclaration.h @@ -14,7 +14,7 @@ class FDE_CSSPropertyHolder : public CFX_Target { public: int16_t eProperty; - int16_t bImportant; + FX_BOOL bImportant; IFDE_CSSValue* pValue; FDE_CSSPropertyHolder* pNext; }; |