Re-enable the layers
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 @@
 #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)