| Index: src/utils/win/SkDWrite.h
|
| diff --git a/src/utils/win/SkDWrite.h b/src/utils/win/SkDWrite.h
|
| index dfab3ea7d22cccbaa2dab2064d1b4bb0070db5e1..d5775c1104adea79243b01c1fe1d773bc29dac6b 100644
|
| --- a/src/utils/win/SkDWrite.h
|
| +++ b/src/utils/win/SkDWrite.h
|
| @@ -57,7 +57,7 @@ HRESULT SkGetGetUserDefaultLocaleNameProc(SkGetUserDefaultLocaleNameProc* proc);
|
|
|
| class AutoDWriteTable {
|
| public:
|
| - AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fFontFace(fontFace), fExists(FALSE) {
|
| + AutoDWriteTable(IDWriteFontFace* fontFace, UINT32 beTag) : fExists(FALSE), fFontFace(fontFace) {
|
| // Any errors are ignored, user must check fExists anyway.
|
| fontFace->TryGetFontTable(beTag,
|
| reinterpret_cast<const void **>(&fData), &fSize, &fLock, &fExists);
|
|
|