aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkMatrix.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-13 14:39:51 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-13 14:39:51 +0000
commitfd4c00eb36c9164487bf9e1cea39eaca64a9be91 (patch)
tree69931e14ce549f5999ca821bcb8ef37bb26fc982 /include/core/SkMatrix.h
parent19263b1e67b31590f9ecb50a1c5bcb6b331c8ef7 (diff)
Fix SkMatrix.h line endings (LF) [change 4592 fixed the cpp]
git-svn-id: http://skia.googlecode.com/svn/trunk@4594 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core/SkMatrix.h')
-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) {