diff options
| author | Nicolas Roard <nicolas@android.com> | 2010-01-14 13:15:17 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2010-01-14 13:15:17 -0800 |
| commit | 9686cffddc98f1b71724156c1cf38ee724f08e03 (patch) | |
| tree | 03d0612543cdc669140cebbe5aae64aeef13bc75 | |
| parent | 54432b29eb93b7be82c6306805f07b06ca9311b6 (diff) | |
| parent | 459f6c347256a4d9fe815793302130fe06bd8f83 (diff) | |
| download | external_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)
| -rw-r--r-- | WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp | 3 |
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--; } |
