Slimming Paint is a project to reduce the time spent creating painted output from Blink (i.e. the code now in the Source/core/paint/ directory) and getting it as quickly as possible to a rasterized state on the screen.The biggest component of this is a major rewrite of the Blink<->cc API to work in terms of a global Display List rather than a tree of cc::Layers (~aka GraphicsLayer in Blink terminology). To get a sense of the extent of this rewrite, one side-effect will be the deletion of the code in Sourcecore/rendering/compositing/.
|
Blink >