mirror of
https://pdfium.googlesource.com/pdfium
synced 2026-07-31 22:26:36 +08:00
Delete skia_bmp_decoder.h and skia_bmp_decoder.cpp and remove them from core/fxcodec/BUILD.gn now that SkiaBmpContext is used directly. Inline BmpReadHeader, GifReadHeader, and GifLoadFrameInfo directly into their call sites in BmpDetectImageTypeInBuffer, GifDetectImageTypeInBuffer, and GetFrames in progressive_decoder.cpp, eliminating static wrapper helpers. TAG=agy CONV=7a82d35c-037e-4042-8882-448367a075e7 Change-Id: Idaabeaf95b12aa2482af8e6fe76d5c4eb74070b0 Reviewed-on: https://pdfium-review.googlesource.com/c/pdfium/+/153330 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org>