From 8aafdf9926882d9ebc12c2c64553576621a4bb39 Mon Sep 17 00:00:00 2001 From: tsepez Date: Mon, 9 Jan 2017 07:08:54 -0800 Subject: Remove CFX_ArrayTemplate from fpdftext and fxcodec. Remove unused m_Segments. Review-Url: https://codereview.chromium.org/2618863004 --- core/fxcodec/lgif/fx_gif.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'core/fxcodec/lgif/fx_gif.h') diff --git a/core/fxcodec/lgif/fx_gif.h b/core/fxcodec/lgif/fx_gif.h index eb5f85a187..a8b780b099 100644 --- a/core/fxcodec/lgif/fx_gif.h +++ b/core/fxcodec/lgif/fx_gif.h @@ -8,6 +8,7 @@ #define CORE_FXCODEC_LGIF_FX_GIF_H_ #include +#include #include "core/fxcrt/fx_basic.h" @@ -223,7 +224,7 @@ struct tag_gif_decompress_struct { uint32_t img_row_offset; uint32_t img_row_avail_size; uint8_t img_pass_num; - CFX_ArrayTemplate* img_ptr_arr_ptr; + std::vector* img_ptr_arr_ptr; uint8_t* (*gif_ask_buf_for_pal_fn)(gif_decompress_struct_p gif_ptr, int32_t pal_size); uint8_t* next_in; @@ -250,7 +251,7 @@ struct tag_gif_decompress_struct { bool interlace); CFX_ByteString* cmt_data_ptr; GifGCE* gce_ptr; - CFX_ArrayTemplate* pt_ptr_arr_ptr; + std::vector* pt_ptr_arr_ptr; }; typedef struct tag_gif_compress_struct gif_compress_struct; typedef gif_compress_struct* gif_compress_struct_p; -- cgit v1.2.3