From d6b304a1a42dbf401bcd51921fc1452d390aa94b Mon Sep 17 00:00:00 2001 From: Nicolas Roard Date: Tue, 1 Feb 2011 00:19:23 -0800 Subject: Fix for bug:3410888 Change-Id: Ic147e43f0a70bf7da70812e4383000d560b0dcbd --- WebCore/platform/graphics/android/BaseLayerAndroid.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WebCore/platform/graphics') diff --git a/WebCore/platform/graphics/android/BaseLayerAndroid.cpp b/WebCore/platform/graphics/android/BaseLayerAndroid.cpp index 2446cb1..d2d515a 100644 --- a/WebCore/platform/graphics/android/BaseLayerAndroid.cpp +++ b/WebCore/platform/graphics/android/BaseLayerAndroid.cpp @@ -36,9 +36,9 @@ #include #endif // USE(ACCELERATED_COMPOSITING) -#if TARGET_DEVICE != generic /* Not supported in emulator */ +// #if TARGET_DEVICE != generic /* Not supported in emulator */ #define HARDWARE_ACCELERATION -#endif +// #endif #ifdef DEBUG -- cgit v1.1