Chromium Code Reviews| Index: gm/discard.cpp |
| diff --git a/gm/discard.cpp b/gm/discard.cpp |
| index ae3947dfe414b0ffc5ab547bad8e033d36ea8ddf..ce89e985076e8f9680166495fca1ed86959b22c8 100644 |
| --- a/gm/discard.cpp |
| +++ b/gm/discard.cpp |
| @@ -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); |
| } |
| } |