mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
In Sky <style> elements in import documents don't apply to the main document, so we don't need the StyleEngine to be aware of the import tree. This change makes us only create the StyleEngine for active documents. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/813493003