From 140d7286c5a40058932696eaa28818c313bd2ddf Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Mon, 7 Jan 2013 20:25:04 +0000 Subject: fix warnings Review URL: https://codereview.appspot.com/7073044 git-svn-id: http://skia.googlecode.com/svn/trunk@7064 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/dashing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/dashing.cpp') diff --git a/gm/dashing.cpp b/gm/dashing.cpp index 70fb9b1fa2..914824d885 100644 --- a/gm/dashing.cpp +++ b/gm/dashing.cpp @@ -245,7 +245,7 @@ protected: // 1on/1off 1x1 squares with phase of 1 and non-integer length - rects fastpath canvas->save(); canvas->translate(332, 0); - this->drawDashedLines(canvas, 99.5, SK_ScalarHalf, SK_Scalar1, 1, false); + this->drawDashedLines(canvas, 99.5f, SK_ScalarHalf, SK_Scalar1, 1, false); canvas->restore(); // 1on/1off 3x3 squares with phase of 0 - points fast path -- cgit v1.2.3