diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-24 07:06:13 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-24 07:06:13 +0000 |
commit | 43a6b6a046774576378dfb725e19632a0c8530b7 (patch) | |
tree | 18a769c4f4280ffa19d85765017d8f38586368c4 /include | |
parent | 3fc8d87b2f87280ba48e38828dfb32fce8df9d7e (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@7357 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include')
-rw-r--r-- | include/core/SkRect.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/core/SkRect.h b/include/core/SkRect.h index d21ea44f93..d66427397c 100644 --- a/include/core/SkRect.h +++ b/include/core/SkRect.h @@ -393,7 +393,7 @@ struct SK_API SkRect { SkIntToScalar(irect.fBottom)); return r; } - + static SkRect SK_WARN_UNUSED_RESULT Make(const SkIRect& irect) { SkRect r; r.set(SkIntToScalar(irect.fLeft), @@ -402,7 +402,7 @@ struct SK_API SkRect { SkIntToScalar(irect.fBottom)); return r; } - + /** * Return true if the rectangle's width or height are <= 0 */ |