commit | 37f23ff47f1b1b25b589b45540583b3269e1f177 | [log] [tgz] |
---|---|---|
author | K. Moon <kmoon@chromium.org> | Wed Apr 27 21:47:16 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 27 21:47:16 2022 |
tree | 5c488267bfccce9f830cefc9bf5709ab0dfb473f | |
parent | d773ab9c27458dee523b7c1643d47e26933caf5b [diff] |
Create SkiaGraphics in chrome_pdf::PaintManager Creates the SkiaGraphics directly in the PaintManager, rather than delegating to PdfViewWebPlugin. We no longer need to support an alternate PPAPI implementation of Graphics. Bug: 1317832 Change-Id: I4260788c5c6785719457b4dd7b21e20367f25aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3612085 Reviewed-by: Nigi <nigi@chromium.org> Commit-Queue: K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/main@{#996899}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.