| Index: src/core/SkStrokerPriv.cpp
 | 
| diff --git a/src/core/SkStrokerPriv.cpp b/src/core/SkStrokerPriv.cpp
 | 
| index 269ebd3dbd46e7c3d85d2cb594cb5ba272a0ce9a..ad9c0c4d6fd66991cc1df133c9bf2c7619dfdc3f 100644
 | 
| --- a/src/core/SkStrokerPriv.cpp
 | 
| +++ b/src/core/SkStrokerPriv.cpp
 | 
| @@ -153,11 +153,7 @@ static void RoundJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnit
 | 
|      }
 | 
|  }
 | 
|  
 | 
| -#ifdef SK_SCALAR_IS_FLOAT
 | 
| -    #define kOneOverSqrt2   (0.707106781f)
 | 
| -#else
 | 
| -    #define kOneOverSqrt2   (46341)
 | 
| -#endif
 | 
| +#define kOneOverSqrt2   (0.707106781f)
 | 
|  
 | 
|  static void MiterJoiner(SkPath* outer, SkPath* inner, const SkVector& beforeUnitNormal,
 | 
|                          const SkPoint& pivot, const SkVector& afterUnitNormal,
 | 
| 
 |