0
Files
src/printing
Alan Screen ce366acca0 Add non-empty PDF paper size for TestPrintingContext
Updating printing browser tests to use test context instead of platform
implementations will result in this method getting used.  Fill in with
the values for a real paper size; choose A4 as an alternative to Letter
which is a fallback default for multiple platforms.

Bug: 1283182
Change-Id: Ifc4316f9bc1535386b4d507ea3d4ae2852abad25
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3668938
Reviewed-by: Lei Zhang <thestig@chromium.org>
Commit-Queue: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1007983}
2022-05-26 21:02:16 +00:00
..
2022-01-26 21:52:55 +00:00
2022-03-25 20:00:09 +00:00
2022-05-25 20:55:18 +00:00
2022-03-25 17:27:57 +00:00
2022-01-19 06:55:33 +00:00
2022-01-19 06:55:33 +00:00
2022-01-19 06:55:33 +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.