diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-01 09:31:51 -0500 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-01 15:33:07 +0000 |
commit | 17f31183d59ee5371c1fafdb4a72390e863320ae (patch) | |
tree | f9db49f036a6b31a654c013301598cd560f6e397 /core | |
parent | e3409535a6ecad8006d872df680ae7eda8120c1c (diff) | |
download | pdfium-17f31183d59ee5371c1fafdb4a72390e863320ae.tar.xz |
Fixup RTFBreak and TextBreak nits
Change-Id: Ied5d23e18e9194e66d8be8d1057f55d83faada88
Reviewed-on: https://pdfium-review.googlesource.com/2880
Reviewed-by: Nicolás Peña <npm@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'core')
-rw-r--r-- | core/fxcrt/fx_ucd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fxcrt/fx_ucd.h b/core/fxcrt/fx_ucd.h index aa6dc5d118..eb4bad097e 100644 --- a/core/fxcrt/fx_ucd.h +++ b/core/fxcrt/fx_ucd.h @@ -156,6 +156,7 @@ class CFX_TxtChar : public CFX_Char { m_iBidiPos(0), m_iBidiOrder(0), m_pUserData(nullptr) {} + int8_t m_nRotation; uint32_t m_dwCharStyles; uint32_t m_dwStatus; |