summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-06-22 14:06:48 -0700
committerJohn Reck <jreck@google.com>2012-06-25 10:28:53 -0700
commitd746a876b64cc47df56008cb5c55df37679ea2cd (patch)
tree7a78b3b983e532b47fac6dfcbf656de3b4afadc5 /Source/WebKit
parent746505b1ae8555ef6ca9325626ba6ce2ec164529 (diff)
downloadexternal_webkit-d746a876b64cc47df56008cb5c55df37679ea2cd.zip
external_webkit-d746a876b64cc47df56008cb5c55df37679ea2cd.tar.gz
external_webkit-d746a876b64cc47df56008cb5c55df37679ea2cd.tar.bz2
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
Diffstat (limited to 'Source/WebKit')
-rw-r--r--Source/WebKit/android/jni/PicturePile.h2
1 files changed, 1 insertions, 1 deletions
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 <wtf/ThreadSafeRefCounted.h>
#include <wtf/Vector.h>
-#define USE_RECORDING_CONTEXT false
+#define USE_RECORDING_CONTEXT true
#if USE_RECORDING_CONTEXT
namespace WebCore {
class GraphicsOperationCollection;