mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 791432 - blacklist WebGL on HTC One S ("ville") - r=jgilbert
This commit is contained in:
parent
2c9e992b6c
commit
f18737765d
@ -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