Bug 1767121 - Change the type of StackingContextHelper::mScale to MatrixScales. r=botond

Fix a minor typo while at it: "Inherrited" -> "Inherited".

Differential Revision: https://phabricator.services.mozilla.com/D146298
This commit is contained in:
Razvan Cojocaru
2022-05-19 01:45:52 +00:00
parent 47ae815793
commit 31f93c6a79
9 changed files with 92 additions and 84 deletions

View File

@@ -113,7 +113,8 @@ bool WebRenderLayerManager::Initialize(
if (textureFactoryIdentifier.mParentBackend == LayersBackend::LAYERS_NONE ||
idNamespace.isNothing()) {
gfxCriticalNote << "Failed to connect WebRenderBridgeChild. isParent=" << XRE_IsParentProcess();
gfxCriticalNote << "Failed to connect WebRenderBridgeChild. isParent="
<< XRE_IsParentProcess();
aError.Append(hasInitialized ? "_POST"_ns : "_FIRST"_ns);
return false;
}