Matej Knopp 256574230d Fix PhysicalShapeLayer paint bounds with clipping disabled (flutter/engine#31656)
* Fix PhysicalShapeLayer paint bounds with clipping disabled

* Add missing SkRect initialization
2022-02-24 14:52:35 -05:00
..

Flow

Flow is a simple compositor based on Skia that the Flutter engine uses to cache recorded paint commands and pixels generated from those recordings. Flow runs on the raster thread and uploads information to Skia.