OSDN Git Service

Fix 'disappearing layers' bug (see http://b/2371053)
authorNicolas Roard <nicolas@android.com>
Thu, 14 Jan 2010 15:43:16 +0000 (15:43 +0000)
committerNicolas Roard <nicolas@android.com>
Thu, 14 Jan 2010 15:46:09 +0000 (15:46 +0000)
commit29b325cb949b1a41ac8bdeaa77977fcd342aec31
treed81bd4753068f01a7bb1361560558ffa019c2565
parent44364d809fca0d73d06341b521532e85c4c0168b
Fix 'disappearing layers' bug (see b/2371053)

The removed code was needed in the previous implementation, but not so anymore as we
recopy the layers to the UI. It causes the bug, as webkit deallocate the tree asynchronously,
which ends up resetting the root layer to zero after the new page was loaded...
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp