mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Jagged edge outlines are more complexity than is justified for the use-cases. We should enable to use-cases like this, but with a lower-level line-box + custom painting API. Removes the paintOutline method on RenderInline. Also removed a number of dead methods that call absoluteRects so we can delete that method and related code. R=esprehn@chromium.org Review URL: https://codereview.chromium.org/867653005