Include correct header in SkFontMgr_custom_empty_factory.cpp.
The SkFontMgr_New_Custom_Empty function used to be declared in SkFontMgr_custom.h, but is now declared in SkFontMgr_empty.h.
This commit is contained in:
parent
cac5b12824
commit
8fa7468ab4
@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "SkFontMgr.h"
|
||||
#include "SkFontMgr_custom.h"
|
||||
#include "SkFontMgr_empty.h"
|
||||
|
||||
sk_sp<SkFontMgr> SkFontMgr::Factory() {
|
||||
return SkFontMgr_New_Custom_Empty();
|
||||
|
Loading…
Reference in New Issue
Block a user