-
Notifications
You must be signed in to change notification settings - Fork 6k
Revert "Sequester all Skia<->DL interactions into the skia sub-module (#40083)" #40103
Conversation
…flutter#40083)" This reverts commit b053d74.
|
This was causing errors in the DanTup_tiler customer test (sorting/isometric golden image test) See https://ci.chromium.org/ui/p/flutter/builders/try/Mac%20customer_testing/47476/overview |
flar
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
The original PR was built from about 6 different commits so I can start with bisecting those to narrow down the cause... |
|
The sorting/isometric test diff reproduces with the first commit in the PR (288dfdb) I can get the test to pass by reverting the changes to I did notice one change in behavior introduced in that commit. Before PR #40083 PR #40083 changes this so that the builder's current state is not available to But in any case, it does not look like this issue is affecting the sorting/isometric test. |
|
I found the issue - in (It's currently passing the enum |
|
And a quick grep shows a lot more occurences of that flag in the DL code. I'll follow up and see if any of the others are wrong. It's annoying that the compiler allows implicit conversion between a bool and an enum. Grrr... |
This reverts commit b053d74.