aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 13:55:09 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-20 13:55:09 +0000
commit607d08b7db477ae11dbafff0bbebaa91f5c9fd7a (patch)
tree477a6b7948b55c214c1f5bf36ee1bc11984c73be /include
parent7aed8639b499ac2936cff8cf0dfe3dede454c5d7 (diff)
Set LF property on a bunch of files.
Review URL: http://codereview.appspot.com/6461094/ git-svn-id: http://skia.googlecode.com/svn/trunk@5168 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPath.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index fe983369a7..4f0ee7de6f 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -827,8 +827,8 @@ private:
enum SerializationOffsets {
kIsFinite_SerializationShift = 25,
kIsOval_SerializationShift = 24,
- kConvexity_SerializationShift = 16,
- kFillType_SerializationShift = 8,
+ kConvexity_SerializationShift = 16,
+ kFillType_SerializationShift = 8,
kSegmentMask_SerializationShift = 0
};