
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}
//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.