Index: src/gpu/GrPathUtils.cpp |
diff --git a/src/gpu/GrPathUtils.cpp b/src/gpu/GrPathUtils.cpp |
index e2b1ac76343a74747cb75c5982a9ca480c22f933..8b06daf2b6f96bd29a2d2766da9837b1a00f19bd 100644 |
--- a/src/gpu/GrPathUtils.cpp |
+++ b/src/gpu/GrPathUtils.cpp |
@@ -187,9 +187,6 @@ int GrPathUtils::worstCasePointCount(const SkPath& path, int* subpaths, |
} |
void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) { |
-#ifndef SK_SCALAR_IS_FLOAT |
- GrCrash("Expected scalar is float."); |
-#endif |
SkMatrix m; |
// We want M such that M * xy_pt = uv_pt |
// We know M * control_pts = [0 1/2 1] |