0
Files
src/printing
Tom Anderson e3cee8d664 Fix dangling pointer in PrintingContextLinux
R=thestig

Bug: 1291138
Change-Id: I25c43a86d34095bd06a9b1b5e70b26e83264d14f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4064519
Commit-Queue: Lei Zhang <thestig@chromium.org>
Auto-Submit: Thomas Anderson <thomasanderson@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1076984}
2022-11-29 18:50:13 +00:00
..
2022-11-22 09:04:26 +00:00

//printing contains foundational code that is used for printing. It can depend on other low-level directories like //cc/paint and //ui, but not higher level code like //components or //content. Higher level printing code should live in //components/printing or the embedder.