Chromium Code Reviews| Index: include/core/SkDocument.h |
| diff --git a/include/core/SkDocument.h b/include/core/SkDocument.h |
| index 83b4e7a3eeb750d173b6537ca9fb9c47aeb60b05..dbf4bc5957e77d471b802a16fb0d9f54f652d0e4 100644 |
| --- a/include/core/SkDocument.h |
| +++ b/include/core/SkDocument.h |
| @@ -18,7 +18,7 @@ class SkWStream; |
| /** SK_ScalarDefaultDPI is 72 DPI. |
| */ |
| -#define SK_ScalarDefaultRasterDPI SkFloatToScalar(72.0f) |
| +#define SK_ScalarDefaultRasterDPI 72.0f |
| /** |
| * High-level API for creating a document-based canvas. To use.. |