From 0264fb4543b0d8cebe00f1ee32433784f4ceb074 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Thu, 6 Dec 2012 02:01:25 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@6687 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/DashBench.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bench/DashBench.cpp') diff --git a/bench/DashBench.cpp b/bench/DashBench.cpp index e71773d891..a3ed886b2e 100644 --- a/bench/DashBench.cpp +++ b/bench/DashBench.cpp @@ -271,7 +271,7 @@ class DrawPointsDashingBench : public SkBenchmark { }; public: - DrawPointsDashingBench(void* param, int dashLength, int strokeWidth, bool doAA) + DrawPointsDashingBench(void* param, int dashLength, int strokeWidth, bool doAA) : INHERITED(param) { fName.printf("drawpointsdash_%d_%d%s", dashLength, strokeWidth, doAA ? "_aa" : "_bw"); fStrokeWidth = strokeWidth; -- cgit v1.2.3