From 885e650b12d781be054b31ae6221925a0184dc33 Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Wed, 14 Mar 2012 16:43:27 -0700 Subject: reimplement BaseLayerAndroid as a LayerAndroid subclass Breaks low res tiling, and expanded rendering bounds. Change-Id: Iec3ba2adceb6bd95399594d29fd8c0b18c1122ce --- Source/WebCore/Android.mk | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/WebCore/Android.mk') diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk index f5d987d..6ddf965 100644 --- a/Source/WebCore/Android.mk +++ b/Source/WebCore/Android.mk @@ -685,7 +685,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/graphics/android/TexturesGenerator.cpp \ platform/graphics/android/TilesManager.cpp \ platform/graphics/android/TilesProfiler.cpp \ - platform/graphics/android/TiledPage.cpp \ platform/graphics/android/TiledTexture.cpp \ platform/graphics/android/TransferQueue.cpp \ platform/graphics/android/SurfaceCollection.cpp \ @@ -693,7 +692,6 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/graphics/android/VerticalTextMap.cpp \ platform/graphics/android/VideoLayerAndroid.cpp \ platform/graphics/android/VideoLayerManager.cpp \ - platform/graphics/android/ZoomManager.cpp \ ifeq ($(ENABLE_SVG), true) LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ -- cgit v1.1