summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TilePainter.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixes layers painting crashesNicolas Roard2011-08-041-0/+2
| | | | | | bug:5097230 bug:5045149 Change-Id: I20fcae13e7f617658447c02bd51dc83d2914922e
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-0/+47
related to the old texture management and introduce two new classes: - PaintedSurface, used as a placeholder ui-side for the regularly changing LayerAndroid - TiledTexture, implementing the tiling of PaintedSurface using a set of BaseTile bug:4580444 bug:3392331 Change-Id: I0daa079d2acce49f3baa8c312ea0b0dd457ccd5c