summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/Android.mk
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2011-11-15 11:28:34 -0800
committerChris Craik <ccraik@google.com>2011-11-16 16:19:16 -0800
commitdfd2fb1ed3c17d0cbb4af895f74704c22130587f (patch)
tree7585dc40af1e239b777c4a339bc4ae128e796d73 /Source/WebCore/Android.mk
parentd34224ca67791aa7215160c7be4900f965f79eea (diff)
downloadexternal_webkit-dfd2fb1ed3c17d0cbb4af895f74704c22130587f.zip
external_webkit-dfd2fb1ed3c17d0cbb4af895f74704c22130587f.tar.gz
external_webkit-dfd2fb1ed3c17d0cbb4af895f74704c22130587f.tar.bz2
synchronous layer updates, and animation deferral during paint
bug:5522081 bug:5239801 bug:5297563 Change-Id: I600f66999e093f720a8ea97ef3e15d3d1d297a8f
Diffstat (limited to 'Source/WebCore/Android.mk')
-rw-r--r--Source/WebCore/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk
index a516f48..6542931 100644
--- a/Source/WebCore/Android.mk
+++ b/Source/WebCore/Android.mk
@@ -680,7 +680,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \
platform/graphics/android/TiledPage.cpp \
platform/graphics/android/TiledTexture.cpp \
platform/graphics/android/TransferQueue.cpp \
- platform/graphics/android/UpdateManager.cpp \
+ platform/graphics/android/TreeManager.cpp \
platform/graphics/android/VerticalTextMap.cpp \
platform/graphics/android/VideoLayerAndroid.cpp \
platform/graphics/android/VideoLayerManager.cpp \