From 0c38ed3b1d704a0ed6147299046f51fd52e841a2 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Tue, 5 Feb 2013 07:02:01 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@7567 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/StrokeBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/StrokeBench.cpp') diff --git a/bench/StrokeBench.cpp b/bench/StrokeBench.cpp index b6bfaf7c49..15c9befe6b 100644 --- a/bench/StrokeBench.cpp +++ b/bench/StrokeBench.cpp @@ -68,7 +68,7 @@ public: fJoin = j; fProc = proc; fName.printf("draw_stroke_%s_%s", proc(NULL, 0), gJoinName[j]); - + SkRect r = { 20, 20, 40, 40 }; SkScalar rad = 4; fRec.fRRect.setRectXY(r, rad, rad); -- cgit v1.2.3