mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1287653 - Add feature to GetPrefNameForFeature. - r=milan
MozReview-Commit-ID: Id0yMzMfxtB
This commit is contained in:
parent
ccacf66a5e
commit
5b62848ad8
@ -160,7 +160,8 @@ GetPrefNameForFeature(int32_t aFeature)
|
||||
break;
|
||||
case nsIGfxInfo::FEATURE_VP8_HW_DECODE:
|
||||
case nsIGfxInfo::FEATURE_VP9_HW_DECODE:
|
||||
// We don't provide prefs for this features.
|
||||
case nsIGfxInfo::FEATURE_DX_INTEROP2:
|
||||
// We don't provide prefs for these features.
|
||||
break;
|
||||
default:
|
||||
MOZ_ASSERT_UNREACHABLE("Unexpected nsIGfxInfo feature?!");
|
||||
|
Loading…
Reference in New Issue
Block a user