0
Files
src/printing
Lei Zhang e8feeda40d Fix some nits in IPP SupportedPapers() code
- Remove a variable declaration.
- Call std::vector::reserve() before filling the result.
- Rename the function that does a compare a "comparer".
- IWYU for std::map.

Change-Id: I8dda3e44636bf0848e0056db4dfd832422029c57
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4761804
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Alan Screen <awscreen@chromium.org>
Code-Coverage: Findit <findit-for-me@appspot.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1181101}
2023-08-08 19:45:15 +00:00
..
2023-02-16 18:53:20 +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.