Tom Sepez eac6fea525 Remove skia_bmp_decoder wrapper and inline progressive decoder helpers
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>
2026-07-30 19:00:19 -07:00
..