Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.

This commit is contained in:
Ryan VanderMeulen
2014-03-05 09:55:52 -05:00
parent c31c559910
commit 86af8bac61
42 changed files with 179 additions and 241 deletions

View File

@@ -59,7 +59,7 @@ nsScreenAndroid::GetColorDepth(int32_t *aColorDepth)
void
nsScreenAndroid::ApplyMinimumBrightness(uint32_t aBrightness)
{
mozilla::widget::android::GeckoAppShell::SetKeepScreenOn(aBrightness == BRIGHTNESS_FULL);
GeckoAppShell::SetKeepScreenOn(aBrightness == BRIGHTNESS_FULL);
}
NS_IMPL_ISUPPORTS1(nsScreenManagerAndroid, nsIScreenManager)