0
Files
src/pdf
Brian Osman 5d9cebd66f Reland "Always use Skia's analytic AA in pdf_unittests"
This is a reland of commit e208ae6d75

Original change's description:
> Always use Skia's analytic AA in pdf_unittests
>
> Bug: chromium:1421297
> Change-Id: I35588dbb41615f1707b10ffb694d1ea379cb3cda
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4307915
> Commit-Queue: Brian Osman <brianosman@google.com>
> Reviewed-by: K. Moon <kmoon@chromium.org>
> Cr-Commit-Position: refs/heads/main@{#1112940}

Bug: chromium:1421297
Change-Id: I257f47bd5471675ba8c23a6832f3eb06646343d4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4312062
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: K. Moon <kmoon@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1113541}
2023-03-06 20:20:46 +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/1220865): Remove existing //content dependencies.