mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We now store the bits about what was matched inside the SelectorChecker and map them to operations that mutate the style after matching the selector. This eliminates the SelectorChecker::Mode. R=ojan@chromium.org Review URL: https://codereview.chromium.org/840163003