summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore
diff options
context:
space:
mode:
authorNicolas Roard <nicolas@android.com>2010-02-24 14:00:27 +0000
committerNicolas Roard <nicolas@android.com>2010-02-24 14:00:27 +0000
commit0cc2a34217e9839e2c5428095b204a0014ba8f64 (patch)
treef849bff9e2811b5f865e4e3349ce994b220ec5ee /JavaScriptCore
parent2cfbb169e5870d377ef9986b5cd74713abb38ca7 (diff)
downloadexternal_webkit-0cc2a34217e9839e2c5428095b204a0014ba8f64.zip
external_webkit-0cc2a34217e9839e2c5428095b204a0014ba8f64.tar.gz
external_webkit-0cc2a34217e9839e2c5428095b204a0014ba8f64.tar.bz2
Re-enable the layers
Diffstat (limited to 'JavaScriptCore')
-rw-r--r--JavaScriptCore/wtf/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h
index 265cf7e..f30ca49 100644
--- a/JavaScriptCore/wtf/Platform.h
+++ b/JavaScriptCore/wtf/Platform.h
@@ -1005,7 +1005,7 @@ on MinGW. See https://bugs.webkit.org/show_bug.cgi?id=29268 */
#endif
#if PLATFORM(ANDROID) && !defined WTF_USE_ACCELERATED_COMPOSITING
-#define WTF_USE_ACCELERATED_COMPOSITING 0
+#define WTF_USE_ACCELERATED_COMPOSITING 1
#endif
#if PLATFORM(IPHONE)