From d746a876b64cc47df56008cb5c55df37679ea2cd Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 22 Jun 2012 14:06:48 -0700 Subject: Enable RecordingContext by default Performance seems comparable to SkPicture already, and this makes it easier to iterate on fixing some of the problem areas Change-Id: I2e7b6b282e6b53ba2dc68d8a62b3b982f2b5838d --- Source/WebKit/android/jni/PicturePile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebKit') diff --git a/Source/WebKit/android/jni/PicturePile.h b/Source/WebKit/android/jni/PicturePile.h index bdcf4f5..64caa95 100644 --- a/Source/WebKit/android/jni/PicturePile.h +++ b/Source/WebKit/android/jni/PicturePile.h @@ -38,7 +38,7 @@ #include #include -#define USE_RECORDING_CONTEXT false +#define USE_RECORDING_CONTEXT true #if USE_RECORDING_CONTEXT namespace WebCore { class GraphicsOperationCollection; -- cgit v1.1