0
Files
src/printing
Lei Zhang 4c508b8e05 Remove Stable requirement from enum printing.mojom.ColorModel
Relax the stability requirement for ColorModel, since it was added for
Lacros, which has been sunset. Without the Stable attribute, the
Extensible, Default, and MinVersion attributes are also no longer
applicable. Also remove kColorModelLast, which is unused.

Bug: 404905690
Change-Id: I430079fc50e6e2fe520fd5f64ea847eb7e39082e
No-Presubmit: true
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6371894
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1435571}
2025-03-20 11:26:10 -07: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.