Bug 791432 - blacklist WebGL on HTC One S ("ville") - r=jgilbert

This commit is contained in:
Benoit Jacob 2013-01-25 13:40:38 -05:00
parent 2c9e992b6c
commit f18737765d

View File

@ -345,6 +345,11 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
return NS_OK;
}
if (mHardware.Equals(NS_LITERAL_STRING("ville"), nsCaseInsensitiveCStringComparator())) {
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
return NS_OK;
}
}
if (aFeature == FEATURE_STAGEFRIGHT) {