mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
-ASSERT(layer()->parent()) in all the transform codepaths since the RenderView cannot have a transform. -Early return if the content rect does not intersect the damage rect in the painting code. We don't need to do any of the filter and/or transparency dance if we're not going to paint anything. This also allowed for removing the shouldPaintContent bool. -Remove a random style() null check that can't be hit. R=abarth@chromium.org Review URL: https://codereview.chromium.org/950553002