Back out 2175db811fad (bug 734081) due to Android reftest failures.

This commit is contained in:
Ryan VanderMeulen
2012-03-08 18:41:28 -05:00
parent 76431dbbcd
commit acf11eb53e
3 changed files with 48 additions and 36 deletions

View File

@@ -78,7 +78,7 @@ nsScreenAndroid::GetPixelDepth(PRInt32 *aPixelDepth)
{
// XXX do we need to lie here about 16bpp? Or
// should we actually check and return the right thing?
*aPixelDepth = 16;
*aPixelDepth = 24;
return NS_OK;
}