diff options
author | Ryan Harrison <rharrison@chromium.org> | 2017-09-28 15:42:07 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-09-28 20:24:06 +0000 |
commit | 58418a24debb15019ec71eca193eff02c2a4846c (patch) | |
tree | 7596042bd4400bdef9d3bf7536dfabf74af7e03b /xfa/fxfa/cxfa_widgetacc.cpp | |
parent | 79eab23d8f83aec7088c59f8bcee65994c6662a0 (diff) | |
download | pdfium-58418a24debb15019ec71eca193eff02c2a4846c.tar.xz |
Convert LZW decompressor to use vector instead of static arraychromium/3230chromium/3229chromium/3228chromium/3227
Speciifically replacing what was called the "stack_", an array, with a
vector called "decompressed_". The fact that this data structure
wasn't actually a stack caused a lot of grief when refactoring.
BUG=pdfium:903
Change-Id: I056f8fc9183bcde67a03dc9de0dae9ddf9fb0f37
Reviewed-on: https://pdfium-review.googlesource.com/15092
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Diffstat (limited to 'xfa/fxfa/cxfa_widgetacc.cpp')
0 files changed, 0 insertions, 0 deletions