зеркало из https://github.com/mozilla/moz-skia.git
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7976 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
b069e40b73
Коммит
075b089b1b
|
@ -165,5 +165,3 @@ size_t SkFontStream::GetTableData(SkStream* stream, SkFontTableTag tag,
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -20,5 +20,3 @@ public:
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -308,5 +308,3 @@ void FontConfigTypeface::onGetFontDescriptor(SkFontDescriptor* desc) const {
|
|||
desc->setStyle(this->style());
|
||||
desc->setFamilyName(this->getFamilyName());
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -50,5 +50,3 @@ size_t SkFontHost::GetTableData(SkFontID fontID, SkFontTableTag tag,
|
|||
SkAutoUnref au(stream);
|
||||
return SkFontStream::GetTableData(stream, tag, offset, length, data);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ static void test_clip_bounds(skiatest::Reporter* reporter, GrContext* context) {
|
|||
|
||||
SkIRect intScreen = SkIRect::MakeWH(kXSize, kYSize);
|
||||
SkRect screen;
|
||||
|
||||
|
||||
screen = SkRect::MakeWH(SkIntToScalar(kXSize),
|
||||
SkIntToScalar(kYSize));
|
||||
|
||||
|
|
|
@ -308,4 +308,3 @@ sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool) {
|
|||
|
||||
return renderer.detach();
|
||||
}
|
||||
|
||||
|
|
|
@ -31,4 +31,3 @@ enum PictureTool {
|
|||
sk_tools::PictureRenderer* parseRenderer(SkString& error, PictureTool tool);
|
||||
|
||||
#endif // PICTURE_RENDERING_FLAGS
|
||||
|
||||
|
|
|
@ -132,4 +132,3 @@ void SkFlags::ParseCommandLine(int argc, char** argv) {
|
|||
exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -175,7 +175,7 @@ public:
|
|||
const char* defaultValue, const char* helpString) {
|
||||
SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, kString_FlagType, helpString));
|
||||
info->fDefaultString.set(defaultValue);
|
||||
|
||||
|
||||
info->fStrings = pStrings;
|
||||
info->fStrings->reset();
|
||||
// If default is "", leave the array empty.
|
||||
|
|
Загрузка…
Ссылка в новой задаче