Sanitizing source files in Housekeeper-Nightly

git-svn-id: http://skia.googlecode.com/svn/trunk@13181 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2014-01-25 07:01:49 +00:00
parent 709ca75f03
commit d2ac07b64b
5 changed files with 10 additions and 11 deletions

View File

@ -245,4 +245,3 @@ SkPixelRef* SkMallocPixelRef::PRFactory::create(const SkImageInfo& info,
SkColorTable* ctable) {
return SkMallocPixelRef::NewAllocate(info, info.minRowBytes(), ctable);
}