diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2018-05-15 19:53:54 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-15 19:53:54 +0000 |
commit | c8fd054f5fd405542a84b6d489a038889fa2ec22 (patch) | |
tree | e79e62347065df6cfd1bb23c7c0c75e4cc29171f /xfa/fgas/layout/cfx_breakline.h | |
parent | 22b448a7859d21b63172a69a66bf0ef25d3cdeb6 (diff) | |
download | pdfium-c8fd054f5fd405542a84b6d489a038889fa2ec22.tar.xz |
Remove CFX_BreakLine::CountPieces
This CL inlines the call to pdfium::CollectionSize for the one usage of
CFX_BreakLine::CountPieces.
Change-Id: I7eb64486c0a84c329d773f6d55ae277604098baf
Reviewed-on: https://pdfium-review.googlesource.com/32591
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xfa/fgas/layout/cfx_breakline.h b/xfa/fgas/layout/cfx_breakline.h index 267f276eeb..ad5ac2d103 100644 --- a/xfa/fgas/layout/cfx_breakline.h +++ b/xfa/fgas/layout/cfx_breakline.h @@ -19,8 +19,6 @@ class CFX_BreakLine { CFX_Char* GetChar(int32_t index); const CFX_Char* GetChar(int32_t index) const; - - int32_t CountPieces() const; const CFX_BreakPiece* GetPiece(int32_t index) const; int32_t GetLineEnd() const; |