Chromium Code Reviews| Index: core/src/fpdftext/text_int.h |
| diff --git a/core/src/fpdftext/text_int.h b/core/src/fpdftext/text_int.h |
| index 93c22736ef07eedf13626fd73880340843e7c730..9131cdb321b19374c9e7c54f7cfe67856cdf85d6 100644 |
| --- a/core/src/fpdftext/text_int.h |
| +++ b/core/src/fpdftext/text_int.h |
| @@ -121,8 +121,8 @@ class CPDF_TextPage : public IPDF_TextPage { |
| void ProcessMarkedContent(PDFTEXT_Obj pObj); |
| void CheckMarkedContentObject(int32_t& start, int32_t& nCount) const; |
| void FindPreviousTextObject(void); |
| - void AddCharInfoByLRDirection(CFX_WideString& str, int i); |
| - void AddCharInfoByRLDirection(CFX_WideString& str, int i); |
| + void AddCharInfoByLRDirection(FX_WCHAR wChar, PAGECHAR_INFO info); |
|
Lei Zhang
2016/02/12 00:46:43
Can you pass |info| by const ref?
Tom Sepez
2016/02/12 17:54:33
Actually, I update it as part of the computations
|
| + void AddCharInfoByRLDirection(FX_WCHAR wChar, PAGECHAR_INFO info); |
| int32_t GetTextObjectWritingMode(const CPDF_TextObject* pTextObj); |
| int32_t FindTextlineFlowDirection(); |