Fix int->scalar warning on windows
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Apr 2014 21:23:37 +0000 (21:23 +0000)
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 24 Apr 2014 21:23:37 +0000 (21:23 +0000)
Review URL: https://codereview.chromium.org/257693002

git-svn-id: http://skia.googlecode.com/svn/trunk@14366 2bbb7eff-a529-9590-31e7-b0007b416f81

gm/discard.cpp

index ae3947d..ce89e98 100644 (file)
@@ -74,7 +74,7 @@ protected:
                       surface->getCanvas()->drawPaint(paint);
                       break;
               }
-              surface->draw(canvas, 10*x, 10*y, NULL);
+              surface->draw(canvas, 10.f*x, 10.f*y, NULL);
             }
         }