From b9f38925d3cdae56548c3c18300c2964d207ed4e Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 27 Jul 2012 17:36:43 -0700 Subject: Don't use SkPicture for DrawText recording Change-Id: I5b6872bc37eefded7decae767fc39f1cef858dac --- Source/WebCore/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/WebCore/Android.mk') diff --git a/Source/WebCore/Android.mk b/Source/WebCore/Android.mk index dcef645..cd5764f 100644 --- a/Source/WebCore/Android.mk +++ b/Source/WebCore/Android.mk @@ -645,6 +645,7 @@ LOCAL_SRC_FILES := $(LOCAL_SRC_FILES) \ platform/graphics/android/context/PlatformGraphicsContext.cpp \ platform/graphics/android/context/PlatformGraphicsContextRecording.cpp \ platform/graphics/android/context/PlatformGraphicsContextSkia.cpp \ + platform/graphics/android/context/RecordingContextCanvasProxy.cpp \ platform/graphics/android/context/RTree.cpp \ \ platform/graphics/android/fonts/FontAndroid.cpp \ -- cgit v1.1