OSDN Git Service

synchronize animation starts with webkit
authorChris Craik <ccraik@google.com>
Tue, 29 Nov 2011 21:39:24 +0000 (13:39 -0800)
committerChris Craik <ccraik@google.com>
Wed, 30 Nov 2011 00:04:54 +0000 (16:04 -0800)
commitaeca53d3fee2e94ce013c1dc12648f0335284fbb
tree1266a41af9814431faff681061f573987afda7ac
parent9c0e7d80ade0cc9bbe087838232cd0877fa01a98
synchronize animation starts with webkit

bug:5239801

this better supports animations not synchronous with webkit

Relies on the frameworks/base CL: https://android-git.corp.google.com/g/#/c/152533/

Change-Id: Ia79a475065b3891db8fc4014559062ab1ac95ebe
13 files changed:
Source/WebCore/platform/graphics/android/AndroidAnimation.cpp
Source/WebCore/platform/graphics/android/AndroidAnimation.h
Source/WebCore/platform/graphics/android/GLWebViewState.cpp
Source/WebCore/platform/graphics/android/GLWebViewState.h
Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp
Source/WebCore/platform/graphics/android/LayerAndroid.cpp
Source/WebCore/platform/graphics/android/LayerAndroid.h
Source/WebCore/platform/graphics/android/TreeManager.cpp
Source/WebCore/platform/graphics/android/TreeManager.h
Source/WebCore/rendering/RenderLayerCompositor.cpp
Source/WebKit/android/jni/WebViewCore.cpp
Source/WebKit/android/jni/WebViewCore.h
Source/WebKit/android/nav/WebView.cpp