mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This is another step towards making attach non-virtual. InsertionPoints are core to the engine, so it seems fine to bake them directly into recalcStyle. I did this already to willRecalcStyle. R=ojan@chromium.org Review URL: https://codereview.chromium.org/765523002