summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/ImageTexture.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-10-04 16:04:01 -0700
committerJohn Reck <jreck@google.com>2011-10-04 16:04:01 -0700
commit2c1def4fa6e745a5f5e8d1cafd7b7f49ec571e1d (patch)
treebc68f616455c0289b626bacb644464de717e4c05 /Source/WebCore/platform/graphics/android/ImageTexture.h
parent834546469c79df0516956f90f5e0a9100ba1fcd5 (diff)
downloadexternal_webkit-2c1def4fa6e745a5f5e8d1cafd7b7f49ec571e1d.zip
external_webkit-2c1def4fa6e745a5f5e8d1cafd7b7f49ec571e1d.tar.gz
external_webkit-2c1def4fa6e745a5f5e8d1cafd7b7f49ec571e1d.tar.bz2
Remove m_contentsImage usage
Bug: 5410522 Change-Id: Id8457715665dbd51761900011beba57b7f634fff
Diffstat (limited to 'Source/WebCore/platform/graphics/android/ImageTexture.h')
-rw-r--r--Source/WebCore/platform/graphics/android/ImageTexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/WebCore/platform/graphics/android/ImageTexture.h b/Source/WebCore/platform/graphics/android/ImageTexture.h
index 7e51d2b..c2ea77c 100644
--- a/Source/WebCore/platform/graphics/android/ImageTexture.h
+++ b/Source/WebCore/platform/graphics/android/ImageTexture.h
@@ -70,6 +70,7 @@ public:
void release();
unsigned int refCount() { return m_refCount; }
SkBitmapRef* imageRef() { return m_imageRef; }
+ SkBitmap* bitmap() { return m_image; }
private: