| Index: core/fxge/android/fx_android_font.cpp
|
| diff --git a/core/fxge/android/fx_android_font.cpp b/core/fxge/android/fx_android_font.cpp
|
| index b1606bbd6970190f0dbd31d6806c2abc165dcdb9..3246eb7f9e069c38a837cade543f60e43c9dbbb4 100644
|
| --- a/core/fxge/android/fx_android_font.cpp
|
| +++ b/core/fxge/android/fx_android_font.cpp
|
| @@ -12,7 +12,7 @@
|
| #include "core/fxge/android/fpf_skiafontmgr.h"
|
| #include "core/fxge/android/fx_android_font.h"
|
|
|
| -CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(NULL) {}
|
| +CFX_AndroidFontInfo::CFX_AndroidFontInfo() : m_pFontMgr(nullptr) {}
|
| FX_BOOL CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) {
|
| if (!pFontMgr)
|
| return FALSE;
|
|
|