mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We weren't correctly marking an element as needing style recalc if it was *losing* it's layout manager. We were only doing so when it was gaining a layout manager for the first time. Review URL: https://codereview.chromium.org/1082273004