summaryrefslogtreecommitdiffstats
path: root/Source/WebKit
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2012-07-19 13:01:13 -0700
committerJohn Reck <jreck@google.com>2012-07-19 13:04:23 -0700
commit6fda3e621352a695b3b6a02c6008d372b7c6febc (patch)
tree88b9f79255b25157b408874105e92540f0d88dd0 /Source/WebKit
parenteb8e22896b89fd99a56a0e70888838ca22a558cf (diff)
downloadexternal_webkit-6fda3e621352a695b3b6a02c6008d372b7c6febc.zip
external_webkit-6fda3e621352a695b3b6a02c6008d372b7c6febc.tar.gz
external_webkit-6fda3e621352a695b3b6a02c6008d372b7c6febc.tar.bz2
Support beginTransparentLayer
Handle it the same as a save/restore, but split up the SkMatrix handling as beginTransparentLayer does not save the matrix Also, enable RecordingContext by default, as all major known issues should be fixed now. Change-Id: I414556f65d5de704e2ce18e44a87d932b937993b
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 a8175d9..05f5d01 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 Recording;