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 /xfa/fgas/layout/fgas_textbreak.h | |
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 'xfa/fgas/layout/fgas_textbreak.h')
-rw-r--r-- | xfa/fgas/layout/fgas_textbreak.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xfa/fgas/layout/fgas_textbreak.h b/xfa/fgas/layout/fgas_textbreak.h index bfd71c2987..a217d1636e 100644 --- a/xfa/fgas/layout/fgas_textbreak.h +++ b/xfa/fgas/layout/fgas_textbreak.h @@ -240,6 +240,7 @@ class CFX_TxtBreak { uint32_t AppendChar_Others(CFX_TxtChar* pCurChar, int32_t iRotation); private: + void FontChanged(); void SetBreakStatus(); int32_t GetLineRotation(uint32_t dwStyles) const; CFX_TxtChar* GetLastChar(int32_t index, bool bOmitChar = true) const; |