0
Files
src/printing
Lei Zhang cf6ad02602 Mark all constants in printing/units.h as inline
Consistently declare constants in this file.

Change-Id: I055ea189e8639e92a1a094dcfc87871733ede8b1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6313401
Auto-Submit: Lei Zhang <thestig@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Commit-Queue: Alan Screen <awscreen@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1426674}
2025-02-28 19:27:21 -08:00
..
2024-12-13 09:45:33 -08:00
2025-01-21 12:13:23 -08:00
2024-10-10 01:43:07 +00:00
2024-10-10 01:43:07 +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.