OSDN Git Service

Fix potential crash with layers enabled.
authorNicolas Roard <nicolas@android.com>
Mon, 25 Jan 2010 22:10:44 +0000 (22:10 +0000)
committerNicolas Roard <nicolas@android.com>
Tue, 26 Jan 2010 18:06:08 +0000 (18:06 +0000)
commitec745133ebaf0e3ede2d6656a96399f960a95876
tree13d085e1a3a5d0495da29923e88d9d16adc5985f
parentaefef8d800d34d6733c13b05c7cfe214d06b62d8
Fix potential crash with layers enabled.
See bug http://b/2395197
We remove the AndroidAnimationTimer class, and use a callback mechanism instead
in GraphicsLayerAndroid.
WebCore/platform/graphics/android/AndroidAnimation.cpp
WebCore/platform/graphics/android/AndroidAnimation.h
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
WebCore/platform/graphics/android/GraphicsLayerAndroid.h
WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp