Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index dd7a672cdd4456862fa3d2715177c18a20c35668..066fe320b0d476d085329286a455a050a6d354b5 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -558,10 +558,10 @@ public: |
enum PathAsRect { |
/** The path can not draw the same as its bounds. */ |
kNone_PathAsRect, |
- /** The path draws the same as its bounds when stroked or filled. */ |
- kStroke_PathAsRect, |
/** The path draws the same as its bounds when filled. */ |
kFill_PathAsRect, |
+ /** The path draws the same as its bounds when stroked or filled. */ |
+ kStroke_PathAsRect, |
}; |
/** Returns kFill_PathAsRect or kStroke_PathAsRect if drawing the path (either filled or |