commit | d1e533f09fe93b866dba5f31f9fbb9672a6d8fa1 | [log] [tgz] |
---|---|---|
author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 28 18:56:22 2012 +0000 |
committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Jun 28 18:56:22 2012 +0000 |
tree | 28d3a86e1257c45f17330bd7ae4220c36ee77e09 | |
parent | ded4f4b163f5aa19c22c871178c55ecb34623846 [diff] [blame] |
Change CT assert to RT assert git-svn-id: http://skia.googlecode.com/svn/trunk@4391 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/gpu/gl/GrGLPath.cpp b/src/gpu/gl/GrGLPath.cpp index 1626bb0..34be43b 100644 --- a/src/gpu/gl/GrGLPath.cpp +++ b/src/gpu/gl/GrGLPath.cpp
@@ -59,7 +59,7 @@ SkSTArray<16, GrGLubyte, true> pathCommands; #ifndef SK_SCALAR_IS_FLOAT - GR_STATIC_ASSERT(false); + GrCrash("Assumes scalar is float."); #endif SkSTArray<16, SkPoint, true> pathPoints;