summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/Layer.h
Commit message (Collapse)AuthorAgeFilesLines
* Streamline the layers update codepath.Nicolas Roard2011-10-041-1/+0
| | | | | | | | | | | Directly update the layers transform and position. This makes updates faster and less dependent on other webkit work. counterpart java CL: https://android-git.corp.google.com/g/#/c/139853/ bug:5218173 Change-Id: I03a76ab853e81f0f12177fb785707ffb8dace330
* Fix find-in-page to scroll scrollable layersSteve Block2011-09-221-1/+19
| | | | | | | | | | This requires the addition of the following methods ... - Layer::contentIsScrollable() - Layer::localToParent() - ScrollableLayerAndroid::scrollRectIntoView() Bug: 5262656 Change-Id: I2f1cf3342f73890f98a172f1b4e3f440c02dd9f4
* Clean up style and add some comments in LayerSteve Block2011-09-211-13/+12
| | | | | | | | | This is preparation for https://android-git.corp.google.com/g/#/c/134488/4 Refactoring only, no functional change. Bug: 5262656 Change-Id: I44e362cf35fc5080f7d9fba34183188d3a2a6331
* Fixes style and adds some comments to layers codeSteve Block2011-09-191-8/+11
| | | | | | | | Also removes FrameCachePermission::AllowNewest. This should have been removed as part of https://android-git.corp.google.com/g/#/c/2712. Bug: 5262656 Change-Id: I4d819cc5087653e4a1180d04ca0b5b20db7e2305
* Implements tiled layers. We remove all the existing code in LayerAndroidNicolas Roard2011-07-141-0/+4
| | | | | | | | | | | 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
* Refactoring: Moved 'SkLayer' to 'Layer' class in webkitChris Craik2011-06-301-0/+135
Change-Id: Ie1c24e5e402c539e0359810cfdf872178fa083c1