Backed out changeset f36e74d8c86c (bug 1604535) for causing windows 7 reftest failures.

This commit is contained in:
Cosmin Sabou 2020-01-17 23:09:11 +02:00
Родитель 416ccb5261
Коммит c28a24abaf
1 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -3421,12 +3421,6 @@ void gfxPlatform::InitOMTPConfig() {
Preferences::GetBool("layers.omtp.enabled", false,
PrefValueKind::Default));
if (sizeof(void*) <= sizeof(uint32_t)) {
omtp.ForceDisable(FeatureStatus::Broken,
"OMTP is not supported on 32-bit platforms",
NS_LITERAL_CSTRING("FEATURE_FAILURE_OMTP_32BIT"));
}
if (mContentBackend == BackendType::CAIRO) {
omtp.ForceDisable(FeatureStatus::Broken,
"OMTP is not supported when using cairo",