Cleanup Skia includes in image_generator/descriptor#38775
Conversation
|
It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!). If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix? Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing. |
|
auto label is removed for flutter/engine, pr: 38775, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
|
auto label is removed for flutter/engine, pr: 38775, due to Validations Fail. |
|
auto label is removed for flutter/engine, pr: 38775, due to - Please get at least one approved review if you are already a member or two member reviews if you are not a member before re-applying this label. Reviewers: If you left a comment approving, please use the "approve" review action instead. |
|
auto label is removed for flutter/engine, pr: 38775, due to Validations Fail. |
third_party/skia/src/codec/SkCodecImageGenerator.his not an official part of the Skia public API (yet?) and as of https://skia-review.googlesource.com/c/skia/+/627988 the Skia gn rules differentiate between public and private sources.Because Flutter directly uses Skia's GN rules, we need to disable
gn checkfor this one include (all other uses of private API are already guarded by// nogncheckOne of the two places that included
SkCodecImageGenerator.happeared not to need it. I cleaned up the Skia includes in both of those files.Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.