Bug 625671 - Enable Hardware acceleration by default on Maemo6 fennec r=doug.turner a=approval2.0

This commit is contained in:
Oleg Romashin 2011-01-17 21:07:42 +02:00
parent 02c7528ae9
commit b459136077

View File

@ -784,7 +784,7 @@ nsBaseWidget::GetShouldAccelerate()
PRBool disableAcceleration = PR_FALSE;
PRBool forceAcceleration = PR_FALSE;
#if defined(XP_WIN) || defined(XP_MACOSX) || defined(ANDROID)
#if defined(XP_WIN) || defined(XP_MACOSX) || defined(ANDROID) || (MOZ_PLATFORM_MAEMO > 5)
PRBool accelerateByDefault = PR_TRUE;
#else
PRBool accelerateByDefault = PR_FALSE;