Index: src/utils/SkNinePatch.cpp |
=================================================================== |
--- src/utils/SkNinePatch.cpp (revision 11775) |
+++ src/utils/SkNinePatch.cpp (working copy) |
@@ -43,7 +43,7 @@ |
} |
n += 1; |
} |
- return indices - startIndices; |
+ return static_cast<int>(indices - startIndices); |
} |
// Computes the delta between vertices along a single axis |