summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2010-01-14 13:15:17 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2010-01-14 13:15:17 -0800
commit9686cffddc98f1b71724156c1cf38ee724f08e03 (patch)
tree03d0612543cdc669140cebbe5aae64aeef13bc75 /WebCore
parent54432b29eb93b7be82c6306805f07b06ca9311b6 (diff)
parent459f6c347256a4d9fe815793302130fe06bd8f83 (diff)
downloadexternal_webkit-9686cffddc98f1b71724156c1cf38ee724f08e03.zip
external_webkit-9686cffddc98f1b71724156c1cf38ee724f08e03.tar.gz
external_webkit-9686cffddc98f1b71724156c1cf38ee724f08e03.tar.bz2
am 459f6c34: am 29b325cb: Fix \'disappearing layers\' bug (see http://b/2371053)
Merge commit '459f6c347256a4d9fe815793302130fe06bd8f83' * commit '459f6c347256a4d9fe815793302130fe06bd8f83': Fix 'disappearing layers' bug (see http://b/2371053)
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
index 7637be9..f518ffb 100644
--- a/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
+++ b/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
@@ -121,9 +121,6 @@ GraphicsLayerAndroid::GraphicsLayerAndroid(GraphicsLayerClient* client) :
GraphicsLayerAndroid::~GraphicsLayerAndroid()
{
- if (!parent() && m_frame && m_frame->view())
- PlatformBridge::setRootLayer(m_frame->view(), 0);
-
gDebugGraphicsLayerAndroidInstances--;
}