summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/TileTexture.h
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-04-05 14:22:36 -0700
committerChris Craik <ccraik@google.com>2012-04-05 14:54:00 -0700
commit7b4a179bde698a856bed54a680438a9db3ff0566 (patch)
tree312a96159e798d027b540073bdfa682b123b4025 /Source/WebCore/platform/graphics/android/TileTexture.h
parentd01f8866730e5ebe8609f82f95cf281432460607 (diff)
downloadexternal_webkit-7b4a179bde698a856bed54a680438a9db3ff0566.zip
external_webkit-7b4a179bde698a856bed54a680438a9db3ff0566.tar.gz
external_webkit-7b4a179bde698a856bed54a680438a9db3ff0566.tar.bz2
minor cleanup
Change-Id: Ib873df1bb3e7a76a5a34acc89e4deff217e698e0
Diffstat (limited to 'Source/WebCore/platform/graphics/android/TileTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/TileTexture.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/TileTexture.h b/Source/WebCore/platform/graphics/android/TileTexture.h
index e35f8df..f1d5f8c 100644
--- a/Source/WebCore/platform/graphics/android/TileTexture.h
+++ b/Source/WebCore/platform/graphics/android/TileTexture.h
@@ -84,7 +84,6 @@ public:
private:
TextureInfo m_ownTextureInfo;
SkSize m_size;
- SkBitmap::Config m_config;
// Tile owning the texture, only modified by UI thread
TextureOwner* m_owner;