summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-11-23 14:23:24 -0800
committerNicolas Roard <nicolasroard@google.com>2011-11-30 18:33:21 -0800
commit54e75f0875a8376c1119b019431921bc58295b79 (patch)
treec0863d915fdfc7651c93e679f10638c0164e6505 /Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
parented03bc998bd1c1a64a99ee631f3bc31466590bf1 (diff)
downloadexternal_webkit-54e75f0875a8376c1119b019431921bc58295b79.zip
external_webkit-54e75f0875a8376c1119b019431921bc58295b79.tar.gz
external_webkit-54e75f0875a8376c1119b019431921bc58295b79.tar.bz2
Fix image layer codepath
- asynchronous loading - support for tiled content using TiledTexture - fix repaint/duplication bugs - share same textures as layers - disambiguate between images by computing a CRC code - added better debugging in TilesManager/ClassTracker to track memory usage bug:5661120 bug:5572134 bug:5521718 Change-Id: Id422fb991d6233bbe4dc6e5c3c7409468b7dca98
Diffstat (limited to 'Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h')
-rw-r--r--Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
index af8d7ce..358f674 100644
--- a/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
+++ b/Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h
@@ -145,8 +145,8 @@ private:
bool m_needsNotifyClient;
bool m_haveContents;
- bool m_haveImage;
bool m_newImage;
+ Image* m_image;
SkRegion m_dirtyRegion;