Adam Barth 69c435eacc Simplify SkPicture
This patch simplifies the SkPicture we generate for Skia. Instead of drawing
everything into a nested SkPicture, we now draw everything into the top-level
picture, which requires us to apply the device scale factor in Dart.
2015-08-10 15:12:13 -07:00
..
2015-08-10 15:12:13 -07:00
2015-07-30 14:17:22 -07:00
2015-08-10 14:18:38 -07:00
2015-07-30 15:33:13 -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.