summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-04-17 16:41:29 -0700
committerChris Craik <ccraik@google.com>2012-04-18 13:27:21 -0700
commite080317b90534632e8be18dc8d5e9a51554b444a (patch)
tree28d222178f1a99fa7ce7333a3935176af46a2bd4 /Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
parent6230a7a2415e8b40c6d19847bc94a0919f06127b (diff)
downloadexternal_webkit-e080317b90534632e8be18dc8d5e9a51554b444a.zip
external_webkit-e080317b90534632e8be18dc8d5e9a51554b444a.tar.gz
external_webkit-e080317b90534632e8be18dc8d5e9a51554b444a.tar.bz2
prevent double TileGrid preparation
bug:6346848 also renamed TileGrid* variables for clarity Change-Id: Ie0e56a6e1e85db426c4944b03125248cd6a647c0
Diffstat (limited to 'Source/WebCore/platform/graphics/android/rendering/ImageTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/rendering/ImageTexture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
index 9e1de32..fccbb78 100644
--- a/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
+++ b/Source/WebCore/platform/graphics/android/rendering/ImageTexture.h
@@ -98,7 +98,7 @@ private:
SkBitmapRef* m_imageRef;
SkBitmap* m_image;
- TileGrid* m_texture;
+ TileGrid* m_tileGrid;
LayerAndroid* m_layer;
SkPicture* m_picture;
TransformationMatrix m_layerMatrix;