mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-28 21:28:55 +00:00
Bug 625671 - Enable Hardware acceleration by default on Maemo6 fennec r=doug.turner a=approval2.0
This commit is contained in:
parent
02c7528ae9
commit
b459136077
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user