From b3f4d3af0b06dc168453641e249d0cb9eec9b570 Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Fri, 9 Mar 2012 15:48:14 -0800 Subject: Introduce a LayerContent interface Layers can now use a LayerContent object to draw their content. We currently have two subclasses, one using an SkPicture (currently used for composited layers), the other using a PictureSet (that we use for the base layer). First step toward unification... Change-Id: I5e7fd06a653f02f8721613fd3a39d36fb64a8614 --- Source/WebCore/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/WebCore/Android.mk') diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk index 4884e5b..816b163 100644 --- a/Source/WebCore/Android.mk +++ b/Source/WebCore/Android.mk @@ -672,6 +672,8 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/graphics/android/PaintTileOperation.cpp \ platform/graphics/android/PathAndroid.cpp \ platform/graphics/android/PatternAndroid.cpp \ + platform/graphics/android/PictureLayerContent.cpp \ + platform/graphics/android/PictureSetLayerContent.cpp \ platform/graphics/android/PlatformGraphicsContext.cpp \ platform/graphics/android/PerformanceMonitor.cpp \ platform/graphics/android/RasterRenderer.cpp \ -- cgit v1.1