зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1617437 - gfxFontUtils.cpp: Fix two -Wnon-c-typedef-for-linkage warnings r=jfkthame
Depends on D63783 Differential Revision: https://phabricator.services.mozilla.com/D63784 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f30428c8cd
Коммит
6ff950c0a4
|
@ -546,7 +546,7 @@ typedef struct {
|
|||
AutoSwap_PRUint16 arrays[1];
|
||||
} Format4Cmap;
|
||||
|
||||
typedef struct {
|
||||
typedef struct Format14Cmap {
|
||||
AutoSwap_PRUint16 format;
|
||||
AutoSwap_PRUint32 length;
|
||||
AutoSwap_PRUint32 numVarSelectorRecords;
|
||||
|
@ -560,7 +560,7 @@ typedef struct {
|
|||
VarSelectorRecord varSelectorRecords[1];
|
||||
} Format14Cmap;
|
||||
|
||||
typedef struct {
|
||||
typedef struct NonDefUVSTable {
|
||||
AutoSwap_PRUint32 numUVSMappings;
|
||||
|
||||
typedef struct {
|
||||
|
|
Загрузка…
Ссылка в новой задаче