From 594c6b805969c2673c84d1d1d1a3556ce376ac7a Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Tue, 3 Apr 2012 16:12:40 -0700 Subject: Rename several classes BaseTile,BaseTileTexture -> Tile,TileTexture Used in layers other than the base LayerGroup -> Surface Renamed to convey that it is a member of the SurfaceCollection, and that the layers grouped inside are painted together (if at all) DualTiledTexture -> SurfaceBacking Better conveys that this is the raster backing for a surface that can paint. It may be implemented with two tiled textures for now, but that isn't as important as its relationship to the surface. TiledTexture -> TileGrid Renamed to make it more clear that it was a container of tiles, and to be less similar to TileTexture Change-Id: I843f8603a2080cfe5a7313ba1c2eff10620f8aa2 --- Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp') diff --git a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp index 7bb632f..1de5ae7 100644 --- a/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp +++ b/Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp @@ -35,7 +35,6 @@ namespace WebCore { - // Note: this must match the use of ID 0 specifying the base layer in DrawExtra #define BASE_UNIQUE_ID 0 -- cgit v1.1