commit | 10270ac0b05bd3a5f5e0a1ab580c4a4730f448d4 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Mar 30 14:13:26 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Apr 05 14:14:59 2023 +0000 |
tree | cc4eb8038f431af2dd1e6d5e18c089cc829ab4c8 | |
parent | 7727bac52686a0c7fd3eef82ad62d5f1477fb245 [diff] |
Enforce IWYU on SkSerialProcs.h and SkGlyphRunPainter.h This also rewrites the procs to use "using" instead of typedef which is preferred by the style guide [1] (and this author). [1] https://google.github.io/styleguide/cppguide.html#Aliases Change-Id: If691918d7cc740e985bf6a59cca557527e536b57 Bug: skia:13052 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/663618 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Brian Osman <brianosman@google.com>