summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/cxfa_textlayout.h
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-03-24 14:19:11 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-03-27 13:54:28 +0000
commitfcc309e618fea8b61a2757e2f75aac4233020013 (patch)
treea5b46b311a8cf131b7a6ef90de8de775b2c789c5 /xfa/fxfa/app/cxfa_textlayout.h
parent90d80f81e988ba7e6f0dbf78220b5b7cd31a527b (diff)
downloadpdfium-fcc309e618fea8b61a2757e2f75aac4233020013.tar.xz
Use std::vector in fxfa/app.
Change-Id: I83fed055cb92ccff85829d7aea7a9624b8f07456 Reviewed-on: https://pdfium-review.googlesource.com/3218 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'xfa/fxfa/app/cxfa_textlayout.h')
-rw-r--r--xfa/fxfa/app/cxfa_textlayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/cxfa_textlayout.h b/xfa/fxfa/app/cxfa_textlayout.h
index dcf415ac16..9bfc977247 100644
--- a/xfa/fxfa/app/cxfa_textlayout.h
+++ b/xfa/fxfa/app/cxfa_textlayout.h
@@ -60,7 +60,7 @@ class CXFA_TextLayout {
}
bool m_bHasBlock;
- CFX_ArrayTemplate<int32_t> m_Blocks;
+ std::vector<int32_t> m_Blocks;
private:
void GetTextDataNode();