Remove DisplayList's dependency on SkAutoTMalloc#38359
Remove DisplayList's dependency on SkAutoTMalloc#38359auto-submit[bot] merged 1 commit intoflutter:mainfrom
Conversation
SkAutoTMalloc is not a public Skia API
|
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. |
|
This is a code switch from one mechanism to another equivalent mechanism so there is no way to test the change itself. Its correctness will be tested by existing unit and framework tests... |
* 1fe1ec4 Clarify semantics action dispatch id parameter (flutter/engine#38356) * 985f4ac Ensure licenses excluded file list has newline at EOF (flutter/engine#38354) * 4097c33 Update documentation to use `--local-web-sdk` flags. (flutter/engine#38328) * 60cf34e Remove DisplayList's dependency on SkAutoTMalloc (flutter/engine#38359)
SkAutoTMalloc is not a public Skia API
…7246) * 1fe1ec4 Clarify semantics action dispatch id parameter (flutter/engine#38356) * 985f4ac Ensure licenses excluded file list has newline at EOF (flutter/engine#38354) * 4097c33 Update documentation to use `--local-web-sdk` flags. (flutter/engine#38328) * 60cf34e Remove DisplayList's dependency on SkAutoTMalloc (flutter/engine#38359)
SkAutoTMalloc is not a public Skia API