Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@8281 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
4f25baafc4
commit
c1641fc922
@ -212,7 +212,7 @@ protected:
|
||||
SkAdvancedTypefaceMetrics::PerGlyphInfo perGlyphInfo,
|
||||
const uint32_t* glyphIDs,
|
||||
uint32_t glyphIDsCount) const = 0;
|
||||
|
||||
|
||||
virtual int onGetUPEM() const;
|
||||
virtual int onGetTableTags(SkFontTableTag tags[]) const;
|
||||
virtual size_t onGetTableData(SkFontTableTag, size_t offset,
|
||||
|
@ -259,7 +259,7 @@ public:
|
||||
virtual void getConstantColorComponents(GrColor* color, uint32_t* validFlags) const SK_OVERRIDE;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
virtual bool onIsEqual(const GrEffect&) const SK_OVERRIDE;
|
||||
|
||||
GrDisplacementMapEffect(SkDisplacementMapEffect::ChannelSelectorType xChannelSelector,
|
||||
|
@ -421,7 +421,7 @@ protected:
|
||||
virtual SkAdvancedTypefaceMetrics* onGetAdvancedTypefaceMetrics(
|
||||
SkAdvancedTypefaceMetrics::PerGlyphInfo,
|
||||
const uint32_t*, uint32_t) const SK_OVERRIDE;
|
||||
|
||||
|
||||
private:
|
||||
typedef SkTypeface INHERITED;
|
||||
};
|
||||
|
@ -267,7 +267,7 @@ protected:
|
||||
uint32_t) const SK_OVERRIDE {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
private:
|
||||
bool fIsSysFont;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user