From 808828cb7b5539ab9a3f52b67ada6f26fa3c9d51 Mon Sep 17 00:00:00 2001 From: Nicolas Pena Date: Tue, 9 May 2017 12:35:19 -0400 Subject: Cleanup of CGifDecompressor part 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This CL changes the tag_gif_decompress_struct into CGifDecompressor. It cleans up a bunch of unnecessary function pointers and starts cleaning up the members of the new class. Change-Id: Id49cd8f5377dc8daaa15118551dadad4ddde7931 Reviewed-on: https://pdfium-review.googlesource.com/5170 Reviewed-by: dsinclair Commit-Queue: Nicolás Peña --- core/fxcodec/codec/ccodec_gifmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/codec/ccodec_gifmodule.h') diff --git a/core/fxcodec/codec/ccodec_gifmodule.h b/core/fxcodec/codec/ccodec_gifmodule.h index b42a86642b..c4298224b3 100644 --- a/core/fxcodec/codec/ccodec_gifmodule.h +++ b/core/fxcodec/codec/ccodec_gifmodule.h @@ -12,7 +12,7 @@ #include "core/fxcrt/fx_system.h" class CFX_DIBAttribute; -struct FXGIF_Context; +class FXGIF_Context; class CCodec_GifModule { public: -- cgit v1.2.3