0
Files
src/pdf
Lei Zhang eab13f8680 Remove redundant PDFiumPage::GetCharAtIndex()
Delete this method and switch callers to use GetCharUnicode() instead.
They essentially do the same thing.

Change-Id: Ibbd1ad354f1e428b0cd7cc98d6b1e95135a1a4f6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5874616
Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com>
Reviewed-by: Andy Phan <andyphan@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1358284}
2024-09-20 18:20:03 +00:00
..
2024-09-18 14:23:33 +00:00
2024-09-18 14:23:33 +00:00

//pdf contains the PDF plugin, its Blink-based replacement, as well as PDF utility functions that leverage PDFium. It can use low-level components that live below the content layer, as well as other foundational code like //printing. It should not use //content or anything in //components that lives above the content layer. Code that lives above the content layer should live in //components/pdf, or in the embedder. All the code here should run in sandboxed child processes.

TODO(crbug.com/40186598): Remove existing //content dependencies.