OSDN Git Service

webkit layers support
authorNicolas Roard <nicolas@android.com>
Mon, 4 Jan 2010 19:33:17 +0000 (19:33 +0000)
committerNicolas Roard <nicolas@android.com>
Mon, 4 Jan 2010 19:33:17 +0000 (19:33 +0000)
commit9acd586e4a0aa54e4f630665aa0d3c8c95b78e72
tree97f62cc64e391bde4a9436791e844dda7ed3f76a
parent5bd553b63661fa0f711bb9c02566d5df80a9432f
webkit layers support
19 files changed:
JavaScriptCore/wtf/Platform.h
WebCore/Android.derived.v8bindings.mk
WebCore/Android.mk
WebCore/config.h
WebCore/platform/android/PlatformBridge.h
WebCore/platform/graphics/android/AndroidAnimation.cpp [new file with mode: 0644]
WebCore/platform/graphics/android/AndroidAnimation.h [new file with mode: 0644]
WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp [new file with mode: 0644]
WebCore/platform/graphics/android/GraphicsLayerAndroid.h [new file with mode: 0644]
WebCore/platform/graphics/android/LayerAndroid.cpp [new file with mode: 0644]
WebCore/platform/graphics/android/LayerAndroid.h [new file with mode: 0644]
WebCore/rendering/RenderLayerBacking.cpp
WebCore/rendering/RenderLayerCompositor.cpp
WebKit/android/WebCoreSupport/ChromeClientAndroid.cpp
WebKit/android/WebCoreSupport/ChromeClientAndroid.h
WebKit/android/WebCoreSupport/PlatformBridge.cpp
WebKit/android/jni/WebViewCore.cpp
WebKit/android/jni/WebViewCore.h
WebKit/android/nav/WebView.cpp