summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/Android.mk
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-27 17:36:43 -0700
committerJohn Reck <jreck@google.com>2012-07-27 17:54:06 -0700
commitb9f38925d3cdae56548c3c18300c2964d207ed4e (patch)
tree7b3a4cd00409483dfd96c85dda877472bfa330ed /Source/WebCore/Android.mk
parent62c46b3a581ad0f41d89a334dfbfe76a456df026 (diff)
downloadexternal_webkit-b9f38925d3cdae56548c3c18300c2964d207ed4e.zip
external_webkit-b9f38925d3cdae56548c3c18300c2964d207ed4e.tar.gz
external_webkit-b9f38925d3cdae56548c3c18300c2964d207ed4e.tar.bz2
Don't use SkPicture for DrawText recording
Change-Id: I5b6872bc37eefded7decae767fc39f1cef858dac
Diffstat (limited to 'Source/WebCore/Android.mk')
-rw-r--r--Source/WebCore/Android.mk1
1 files changed, 1 insertions, 0 deletions
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 \