diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-05-15 19:50:45 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-15 19:50:45 +0000 |
commit | 22b448a7859d21b63172a69a66bf0ef25d3cdeb6 (patch) | |
tree | 131941ee19b44614e0c407ff2357425490bd0ee1 /xfa/fgas/layout/cfx_breakline.h | |
parent | 16e9ecf374e22a8ab9b4de2dfa87b048ae37dcbe (diff) | |
download | pdfium-22b448a7859d21b63172a69a66bf0ef25d3cdeb6.tar.xz |
Remove CFX_BreakLine::CountChars
The CFX_BreakLine::CountChars is a thin wrapper around getting the size
of the m_LineChars vector. This CL removes CountChars and uses the
vectory directly.
Change-Id: I6b172c090aa7acf3282df517a8ae2bbdd55ff15b
Reviewed-on: https://pdfium-review.googlesource.com/32590
Reviewed-by: Henrique Nakashima <hnakashima@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fgas/layout/cfx_breakline.h')
-rw-r--r-- | xfa/fgas/layout/cfx_breakline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xfa/fgas/layout/cfx_breakline.h b/xfa/fgas/layout/cfx_breakline.h index 0b83ee6baa..267f276eeb 100644 --- a/xfa/fgas/layout/cfx_breakline.h +++ b/xfa/fgas/layout/cfx_breakline.h @@ -17,7 +17,6 @@ class CFX_BreakLine { CFX_BreakLine(); ~CFX_BreakLine(); - int32_t CountChars() const; CFX_Char* GetChar(int32_t index); const CFX_Char* GetChar(int32_t index) const; |