Bug 791432 - blacklist WebGL on HTC One S ("ville") - r=jgilbert
This commit is contained in:
@@ -345,6 +345,11 @@ GfxInfo::GetFeatureStatusImpl(int32_t aFeature,
|
|||||||
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
|
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
|
||||||
return NS_OK;
|
return NS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (mHardware.Equals(NS_LITERAL_STRING("ville"), nsCaseInsensitiveCStringComparator())) {
|
||||||
|
*aStatus = nsIGfxInfo::FEATURE_BLOCKED_DEVICE;
|
||||||
|
return NS_OK;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (aFeature == FEATURE_STAGEFRIGHT) {
|
if (aFeature == FEATURE_STAGEFRIGHT) {
|
||||||
|
|||||||
Reference in New Issue
Block a user