Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9763 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
81e3412ebf
commit
73a4b4f91f
@ -60,7 +60,7 @@ public:
|
||||
*/
|
||||
kRLE_Index8_Config,
|
||||
};
|
||||
|
||||
|
||||
// do not add this to the Config enum, otherwise the compiler will let us
|
||||
// pass this as a valid parameter for Config.
|
||||
enum {
|
||||
|
@ -505,7 +505,7 @@ void SkFormatDumper::dump(SkDumpCanvas* canvas, SkDumpCanvas::Verb verb,
|
||||
msg.appendf(" textSize:%g", SkScalarToFloat(p->getTextSize()));
|
||||
appendPtr(&msg, p->getTypeface(), "typeface");
|
||||
}
|
||||
|
||||
|
||||
if (p->getStyle() != SkPaint::kFill_Style) {
|
||||
msg.appendf(" strokeWidth:%g", SkScalarToFloat(p->getStrokeWidth()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user