Adam Barth a1807a1b17 Remove weak handle from sky.Paint
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.
2015-08-11 09:37:20 -07:00
..
2015-08-11 09:37:20 -07:00
2015-07-30 14:17:22 -07:00
2015-08-10 14:18:38 -07:00
2015-08-11 09:37:20 -07:00

Sky Engine

This directory contains the bulk of the C++ code backing the dart:sky module.

It is based on Blink, Chromium's rendering engine, which itself is descended from WebKit, which is descended from KHTML.