ported from UXP: No issue - Clarify Azure Back-end info. (c7e103b0)

This commit is contained in:
2025-09-23 15:57:04 +08:00
parent 69d606e5d9
commit a9de514bdd
+3 -1
View File
@@ -2366,7 +2366,9 @@ gfxPlatform::GetAzureBackendInfo(mozilla::widget::InfoObject& aObj)
aObj.DefineProperty("AzureContentBackend", GetBackendName(mContentBackend));
}
aObj.DefineProperty("AzureCanvasAccelerated", AllowOpenGLCanvas());
if (mPreferredCanvasBackend == mozilla::gfx::BackendType::SKIA) {
aObj.DefineProperty("AzureCanvasSkiaOpenGL", AllowOpenGLCanvas());
}
}
void