diff options
author | 2013-10-16 07:02:24 +0000 | |
---|---|---|
committer | 2013-10-16 07:02:24 +0000 | |
commit | 472629190eb3c8220742c584e19f3a07b2d09c8c (patch) | |
tree | 32dbd198a2986e5735b7a7171ed8afed14568764 /src | |
parent | f8dd38424cf4460dd10c390c4051f484edf1c210 (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@11800 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src')
-rw-r--r-- | src/core/SkRegion_path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkRegion_path.cpp b/src/core/SkRegion_path.cpp index 65fe25f21c..ec4d9f01a7 100644 --- a/src/core/SkRegion_path.cpp +++ b/src/core/SkRegion_path.cpp @@ -134,7 +134,7 @@ bool SkRgnBuilder::init(int maxHeight, int maxTransitions, bool pathIsInverse) { if (!size.is32() || size.isNeg()) { return false; } - + fStorage = (SkRegion::RunType*)sk_malloc_flags(size.get32(), 0); if (NULL == fStorage) { return false; |