• A
    Compute paint bounds from cull rects · f7d1856b
    Adam Barth 提交于
    Rather than relying upon the rects passed in from Dart, the compositor
    should compute the paint bounds of layers from the cull rects of the
    underlying SkPictures. This approach is better because it will handle
    effects like shadows that paint outside the incorrect paint bounds we
    use today (as well as shrinking around empty space).
    f7d1856b
container_layer.cc 1.1 KB