mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We only have two paint phases now, so we don't need to do as many checks. Also, remove some early returns that are not possible to hit since the earlier code checks that phase already. R=abarth@chromium.org, esprehn@chromium.org Review URL: https://codereview.chromium.org/891573002