Bug 1287653 - Add feature to GetPrefNameForFeature. - r=milan

MozReview-Commit-ID: Id0yMzMfxtB
This commit is contained in:
Jeff Gilbert 2016-08-01 13:23:28 -07:00
parent ccacf66a5e
commit 5b62848ad8

View File

@ -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?!");