From 5ba4a087b9212ca9ae083f015637f417199d85cc Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 8 Apr 2011 11:41:20 -0700 Subject: 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 --- WebCore/platform/graphics/android/BaseTile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'WebCore/platform/graphics/android/BaseTile.h') 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 -- cgit v1.1