Index: src/gpu/gl/GrGLPath.cpp |
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp |
index a749e410bd1909e1094f590a1bca38265e93029d..514c8c738c99a045c50e67961d3d2fce4a67fd73 100644 |
--- a/src/gpu/gl/GrGLPath.cpp |
+++ b/src/gpu/gl/GrGLPath.cpp |
@@ -87,9 +87,6 @@ static const bool kIsWrapped = false; // The constructor creates the GL path obj |
GrGLPath::GrGLPath(GrGpuGL* gpu, const SkPath& path, const SkStrokeRec& stroke) |
: INHERITED(gpu, kIsWrapped, path, stroke) { |
-#ifndef SK_SCALAR_IS_FLOAT |
- GrCrash("Assumes scalar is float."); |
-#endif |
SkASSERT(!path.isEmpty()); |
GL_CALL_RET(fPathID, GenPaths(1)); |