mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In preparation of simplifying how we collect and process sheets now that we don't support descendant, sibling and tree boundary crossing rules we should switch to always going down the Reconstruct path. This might be somewhat slower to start, but because our rules are so much simpler we should be able to rebuild the StyleEngine to do something simpler and faster. R=ojan@chromium.org Review URL: https://codereview.chromium.org/774953002