Sanitizing source files in Skia_Periodic_House_Keeping

git-svn-id: http://skia.googlecode.com/svn/trunk@8177 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
skia.committer@gmail.com 2013-03-16 07:01:18 +00:00
parent d9ef3a21d4
commit ac2c82c852
7 changed files with 3 additions and 7 deletions

View File

@ -14,4 +14,3 @@ SkPurgeableMemoryBlock* SkPurgeableMemoryBlock::Create(size_t size) {
}
return SkNEW_ARGS(SkPurgeableMemoryBlock, (size));
}

View File

@ -108,4 +108,3 @@ void SkPurgeableMemoryBlock::unpin() {
fPinned = false;
}
}

View File

@ -102,4 +102,3 @@ void SkPurgeableMemoryBlock::unpin() {
}
#endif
}

View File

@ -38,4 +38,3 @@ void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult*) {
void SkPurgeableMemoryBlock::unpin() {
}