зеркало из https://github.com/mozilla/pjs.git
Bug 716415 - Follow to include changes that I forgot to qref. r=bustage
This commit is contained in:
Родитель
6d34a0bc99
Коммит
022a2aaabe
|
@ -308,10 +308,7 @@ endif
|
|||
|
||||
ifeq (android,$(MOZ_WIDGET_TOOLKIT))
|
||||
CPPSRCS += \
|
||||
SkFontHost_FreeType.cpp \
|
||||
SkFontHost_android.cpp \
|
||||
SkFontHost_gamma.cpp \
|
||||
FontHostConfiguration_android.cpp \
|
||||
SkFontHost_none.cpp \
|
||||
SkMMapStream.cpp \
|
||||
SkTime_Unix.cpp \
|
||||
$(NULL)
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
*/
|
||||
|
||||
#include "FontHostConfiguration_android.h"
|
||||
#include <expat_config.h>
|
||||
#include <expat.h>
|
||||
#include "SkTDArray.h"
|
||||
|
||||
|
|
|
@ -30,7 +30,8 @@ SkTypeface* SkFontHost::CreateTypefaceFromFile(char const*) {
|
|||
// static
|
||||
SkAdvancedTypefaceMetrics* SkFontHost::GetAdvancedTypefaceMetrics(
|
||||
uint32_t fontID,
|
||||
SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo) {
|
||||
SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo,
|
||||
const uint32_t*, uint32_t) {
|
||||
SkDEBUGFAIL("SkFontHost::GetAdvancedTypefaceMetrics unimplemented");
|
||||
return NULL;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче