From 4c319d7f42caf55d18590789400692ea9d6109c1 Mon Sep 17 00:00:00 2001 From: Cary Clark Date: Sun, 21 Feb 2010 10:51:18 -0500 Subject: disable webkit layers With layers enabled, servicing timers saturate the CPU at times. This also fixes a compile-time switch in FindCanvas to disable layers. --- JavaScriptCore/wtf/Platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'JavaScriptCore') diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h index 486f60c..1774c08 100644 --- a/JavaScriptCore/wtf/Platform.h +++ b/JavaScriptCore/wtf/Platform.h @@ -1004,7 +1004,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 1 +#define WTF_USE_ACCELERATED_COMPOSITING 0 #endif #if PLATFORM(IPHONE) -- cgit v1.1