aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
diff options
context:
space:
mode:
Diffstat (limited to 'include/core')
-rw-r--r--include/core/SkMatrix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/core/SkMatrix.h b/include/core/SkMatrix.h
index 4794b37f1e..6cf4d8f761 100644
--- a/include/core/SkMatrix.h
+++ b/include/core/SkMatrix.h
@@ -44,11 +44,11 @@ public:
kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
};
- /** Returns a bitfield describing the transformations the matrix may
- perform. The bitfield is computed conservatively, so it may include
- false positives. For example, when kPerspective_Mask is true, all
- other bits may be set to true even in the case of a pure perspective
- transform.
+ /** Returns a bitfield describing the transformations the matrix may
+ perform. The bitfield is computed conservatively, so it may include
+ false positives. For example, when kPerspective_Mask is true, all
+ other bits may be set to true even in the case of a pure perspective
+ transform.
*/
TypeMask getType() const {
if (fTypeMask & kUnknown_Mask) {