mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 15:28:39 +09:00
No issue - Clarify Azure Back-end info.
Only mention OpenGL accelerated canvas flag when it's relevant, and rename the entry to be more descriptive, to prevent confusion for users looking at Troubleshooting Information.
This commit is contained in:
parent
fe21538da4
commit
c7e103b06e
1 changed files with 3 additions and 1 deletions
|
|
@ -272,7 +272,9 @@ public:
|
|||
|
||||
virtual void GetAzureBackendInfo(mozilla::widget::InfoObject &aObj) {
|
||||
aObj.DefineProperty("AzureCanvasBackend", GetBackendName(mPreferredCanvasBackend));
|
||||
aObj.DefineProperty("AzureCanvasAccelerated", AllowOpenGLCanvas());
|
||||
if (mPreferredCanvasBackend == mozilla::gfx::BackendType::SKIA) {
|
||||
aObj.DefineProperty("AzureCanvasSkiaOpenGL", AllowOpenGLCanvas());
|
||||
}
|
||||
aObj.DefineProperty("AzureFallbackCanvasBackend", GetBackendName(mFallbackCanvasBackend));
|
||||
aObj.DefineProperty("AzureContentBackend", GetBackendName(mContentBackend));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue