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:
parent
d9ef3a21d4
commit
ac2c82c852
@ -14,4 +14,3 @@ SkPurgeableMemoryBlock* SkPurgeableMemoryBlock::Create(size_t size) {
|
||||
}
|
||||
return SkNEW_ARGS(SkPurgeableMemoryBlock, (size));
|
||||
}
|
||||
|
||||
|
@ -108,4 +108,3 @@ void SkPurgeableMemoryBlock::unpin() {
|
||||
fPinned = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -102,4 +102,3 @@ void SkPurgeableMemoryBlock::unpin() {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -38,4 +38,3 @@ void* SkPurgeableMemoryBlock::pin(SkPurgeableMemoryBlock::PinResult*) {
|
||||
|
||||
void SkPurgeableMemoryBlock::unpin() {
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user