Bug 719872 (part 1) - Backout 8de271eee34b r=mattwoodrow DONTBUILD

This commit is contained in:
James Willcox 2012-01-30 16:47:19 -05:00
parent 25c9517cc9
commit 770cf25de7
3 changed files with 6 additions and 3 deletions

View File

@ -309,7 +309,10 @@ endif
ifeq (android,$(MOZ_WIDGET_TOOLKIT))
CPPSRCS += \
SkFontHost_none.cpp \
SkFontHost_FreeType.cpp \
SkFontHost_android.cpp \
SkFontHost_gamma.cpp \
FontHostConfiguration_android.cpp \
SkMMapStream.cpp \
SkTime_Unix.cpp \
$(NULL)

View File

@ -16,6 +16,7 @@
*/
#include "FontHostConfiguration_android.h"
#include <expat_config.h>
#include <expat.h>
#include "SkTDArray.h"

View File

@ -30,8 +30,7 @@ SkTypeface* SkFontHost::CreateTypefaceFromFile(char const*) {
// static
SkAdvancedTypefaceMetrics* SkFontHost::GetAdvancedTypefaceMetrics(
uint32_t fontID,
SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo,
const uint32_t*, uint32_t) {
SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo) {
SkDEBUGFAIL("SkFontHost::GetAdvancedTypefaceMetrics unimplemented");
return NULL;
}