diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/SkMatrix.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkMatrix.cpp b/src/core/SkMatrix.cpp index c23a903a71..7fe7bf06fb 100644 --- a/src/core/SkMatrix.cpp +++ b/src/core/SkMatrix.cpp @@ -71,8 +71,8 @@ uint8_t SkMatrix::computePerspectiveTypeMask() const { // that result. if (fMat[kMPersp0] != 0 || fMat[kMPersp1] != 0 || fMat[kMPersp2] != kMatrix22Elem) { - // If this is a perspective transform, we return true for all other
- // transform flags - this does not disable any optimizations, respects
+ // If this is a perspective transform, we return true for all other + // transform flags - this does not disable any optimizations, respects // the rule that the type mask must be conservative, and speeds up // type mask computation. return SkToU8(kORableMasks); |