Index: include/core/SkFixed.h |
diff --git a/include/core/SkFixed.h b/include/core/SkFixed.h |
index 0f8f7588872e73364b0f97810e1568381983eabc..ba2479a5381e011359203813f15549adae665973 100644 |
--- a/include/core/SkFixed.h |
+++ b/include/core/SkFixed.h |
@@ -179,7 +179,7 @@ inline bool SkFixedNearlyZero(SkFixed x, SkFixed tolerance = SK_FixedNearlyZero) |
} |
inline SkFract SkFractMul_longlong(SkFract a, SkFract b) |
{ |
- return (SkFixed)((SkLONGLONG)a * b >> 30); |
+ return (SkFract)((SkLONGLONG)a * b >> 30); |
} |
inline SkFixed SkFixedSquare_longlong(SkFixed value) |
{ |