Index: src/gpu/SkGpuDevice.cpp |
diff --git a/src/gpu/SkGpuDevice.cpp b/src/gpu/SkGpuDevice.cpp |
index c6194e70312a5710891b2317e07f61dae90d8ca9..6fb1403cff8fc5f9fda8f4ba70bd6a2a4f7ac974 100644 |
--- a/src/gpu/SkGpuDevice.cpp |
+++ b/src/gpu/SkGpuDevice.cpp |
@@ -45,7 +45,7 @@ |
// This constant represents the screen alignment criterion in texels for |
// requiring texture domain clamping to prevent color bleeding when drawing |
// a sub region of a larger source image. |
-#define COLOR_BLEED_TOLERANCE SkFloatToScalar(0.001f) |
+#define COLOR_BLEED_TOLERANCE 0.001f |
#define DO_DEFERRED_CLEAR() \ |
do { \ |