Loading widget/xpwidgets/nsBaseWidget.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -820,7 +820,7 @@ nsBaseWidget::GetShouldAccelerate() #endif // we should use AddBoolPrefVarCache bool disableAcceleration = bool disableAcceleration = (mWindowType == eWindowType_popup) || Preferences::GetBool("layers.acceleration.disabled", false); mForceLayersAcceleration = Preferences::GetBool("layers.acceleration.force-enabled", false); Loading Loading
widget/xpwidgets/nsBaseWidget.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -820,7 +820,7 @@ nsBaseWidget::GetShouldAccelerate() #endif // we should use AddBoolPrefVarCache bool disableAcceleration = bool disableAcceleration = (mWindowType == eWindowType_popup) || Preferences::GetBool("layers.acceleration.disabled", false); mForceLayersAcceleration = Preferences::GetBool("layers.acceleration.force-enabled", false); Loading