-
- Downloads
Bug 1878199 - patch 1 - Don't create an additional Mutex in...
Bug 1878199 - patch 1 - Don't create an additional Mutex in FontFaceImpl::Entry, just use the base gfxFontEntry's existing RWLock. a=dmeehan No functional change here, just cleanup in preparation for the following patch. We don't need FontFaceImpl to create a mutex, as there's already a lock (RWLock) in its base class gfxFontEntry, and we can use that to guard the fields here. Original Revision: https://phabricator.services.mozilla.com/D207295 Differential Revision: https://phabricator.services.mozilla.com/D208097
Please register or sign in to comment