From 126927eaec336153e3be43086deee672829395f1 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Tue, 28 Aug 2018 22:25:49 +0000 Subject: Use std::span<> in CCodec_JPEGModule Also rename .cpp file to match class name and .h file. Modify some helper functions to operate on spans. Move some initializations to member declarations. Change-Id: Ie0889bda91daaef80fae6f5681f8ce068e92453b Reviewed-on: https://pdfium-review.googlesource.com/41534 Commit-Queue: Tom Sepez Reviewed-by: Lei Zhang --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index 00a5448dbc..8386f034d4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -727,6 +727,7 @@ jumbo_static_library("fxcodec") { "core/fxcodec/codec/ccodec_flatemodule.h", "core/fxcodec/codec/ccodec_iccmodule.h", "core/fxcodec/codec/ccodec_jbig2module.h", + "core/fxcodec/codec/ccodec_jpegmodule.cpp", "core/fxcodec/codec/ccodec_jpegmodule.h", "core/fxcodec/codec/ccodec_jpxmodule.h", "core/fxcodec/codec/ccodec_scanlinedecoder.cpp", @@ -738,7 +739,6 @@ jumbo_static_library("fxcodec") { "core/fxcodec/codec/fx_codec_flate.cpp", "core/fxcodec/codec/fx_codec_icc.cpp", "core/fxcodec/codec/fx_codec_jbig.cpp", - "core/fxcodec/codec/fx_codec_jpeg.cpp", "core/fxcodec/codec/fx_codec_jpx_opj.cpp", "core/fxcodec/fx_codec.h", "core/fxcodec/fx_codec_def.h", -- cgit v1.2.3