From 6e515d67d2365ecd05fb80762eeb76c55e81368c Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Wed, 4 Dec 2013 07:02:26 +0000 Subject: Sanitizing source files in Housekeeper-Nightly git-svn-id: http://skia.googlecode.com/svn/trunk@12477 2bbb7eff-a529-9590-31e7-b0007b416f81 --- include/core/SkPathRef.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/core') diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h index fd9b339302..5d55c72ced 100644 --- a/include/core/SkPathRef.h +++ b/include/core/SkPathRef.h @@ -133,7 +133,7 @@ public: * optimization for performance and so some paths that are in * fact ovals can report false. */ - bool isOval(SkRect* rect) const { + bool isOval(SkRect* rect) const { if (fIsOval && NULL != rect) { *rect = getBounds(); } -- cgit v1.2.3