summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Roard <nicolasroard@google.com>2011-10-07 18:31:58 -0700
committerNicolas Roard <nicolasroard@google.com>2011-10-07 18:31:58 -0700
commite360cb4d916ace9ec3bb7163ab6d8b827470af06 (patch)
tree79cdd0e4690f12a77d5cdee981c69f9307711adb
parenta89682c27396480357a4db6e362cafaa54168a09 (diff)
downloadexternal_webkit-e360cb4d916ace9ec3bb7163ab6d8b827470af06.zip
external_webkit-e360cb4d916ace9ec3bb7163ab6d8b827470af06.tar.gz
external_webkit-e360cb4d916ace9ec3bb7163ab6d8b827470af06.tar.bz2
The new FAST_PICTURESET code path seems to trigger repaint
bugs in some cases. The current performance improvement of this code path is reasonably small compared to the default PICTURESET. This CL turns off FAST_PICTURESET for now (we will revisit the issue in the future) bug:5406701 Change-Id: I7ab7addf14d46b28ebf6bd4ff7f2b3b4ee044cc4
-rw-r--r--Source/WebKit/android/jni/PictureSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/android/jni/PictureSet.h b/Source/WebKit/android/jni/PictureSet.h
index 8c1327c..fe47361 100644
--- a/Source/WebKit/android/jni/PictureSet.h
+++ b/Source/WebKit/android/jni/PictureSet.h
@@ -45,7 +45,7 @@
#include <wtf/Vector.h>
#include <wtf/HashMap.h>
-#define FAST_PICTURESET // use a hierarchy of pictures
+// #define FAST_PICTURESET // use a hierarchy of pictures
class SkCanvas;
class SkPicture;