mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 791432 - blacklist WebGL on HTC One S ("ville") - r=jgilbert
This commit is contained in:
parent
a1b4dab83d
commit
c5a8f01b7f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user