• Adam Barth's avatar
    Remove weak handle from sky.Paint · 375c2477
    Adam Barth authored
    This patch converts sky.Paint to be a pure Dart object, which means we don't
    need to open a weak handle to sky.Paint. Avoiding the weak handle reduces the
    amount of weak handle callbacks we need to process at the end of GC and
    therefore reduces jank.
    375c2477
shadows.dart 914 Bytes