Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: xfa/fgas/layout/fgas_rtfbreak.h

Issue 2649563003: Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t> (Closed)
Patch Set: re-upload Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « xfa/fde/xml/cfx_saxreader.h ('k') | xfa/fxbarcode/BC_UtilCodingConvert.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fgas/layout/fgas_rtfbreak.h
diff --git a/xfa/fgas/layout/fgas_rtfbreak.h b/xfa/fgas/layout/fgas_rtfbreak.h
index 6edd860354ac9aa9906c7e67ff30ced207f16692..91862dceebf56bea49075281f82392cae4f0aebe 100644
--- a/xfa/fgas/layout/fgas_rtfbreak.h
+++ b/xfa/fgas/layout/fgas_rtfbreak.h
@@ -298,7 +298,7 @@ class CFX_RTFBreak {
int32_t m_iFontHeight;
int32_t m_iFontSize;
int32_t m_iTabWidth;
- CFX_Int32Array m_PositionedTabs;
+ CFX_ArrayTemplate<int32_t> m_PositionedTabs;
bool m_bOrphanLine;
FX_WCHAR m_wDefChar;
int32_t m_iDefChar;
« no previous file with comments | « xfa/fde/xml/cfx_saxreader.h ('k') | xfa/fxbarcode/BC_UtilCodingConvert.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698