summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/graphics/android/BaseTile.h
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-04-08 11:41:20 -0700
committerJohn Reck <jreck@google.com>2011-04-08 11:47:36 -0700
commit5ba4a087b9212ca9ae083f015637f417199d85cc (patch)
treecf857be4f02d8e6f0b4e327d6f64e3b394628765 /WebCore/platform/graphics/android/BaseTile.h
parent91730d02d6bdd8a7501b9fca75ce449630ea1dcf (diff)
downloadexternal_webkit-5ba4a087b9212ca9ae083f015637f417199d85cc.zip
external_webkit-5ba4a087b9212ca9ae083f015637f417199d85cc.tar.gz
external_webkit-5ba4a087b9212ca9ae083f015637f417199d85cc.tar.bz2
Potential ANR fix
Race condition in BaseTile could cause a texture's owner to change to a BaseTile, without that BaseTile actually using that texture. This could cause two texture's to point to the same BaseTile. Bug: 4268381 Change-Id: I5e04b1604093ab0b1af7c2e5571c46a03680766a
Diffstat (limited to 'WebCore/platform/graphics/android/BaseTile.h')
-rw-r--r--WebCore/platform/graphics/android/BaseTile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/WebCore/platform/graphics/android/BaseTile.h b/WebCore/platform/graphics/android/BaseTile.h
index 709e3cf..98697ca 100644
--- a/WebCore/platform/graphics/android/BaseTile.h
+++ b/WebCore/platform/graphics/android/BaseTile.h
@@ -132,7 +132,6 @@ private:
bool m_fullRepaintA;
bool m_fullRepaintB;
SkRegion* m_currentDirtyArea;
- bool m_painting;
// stores the id of the latest picture painted to the tile. If the id is 0
// then we know that the picture has not yet been painted an there is nothing