Sanitizing source files in Housekeeper-Nightly
authorskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 6 Dec 2013 07:02:04 +0000 (07:02 +0000)
committerskia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Fri, 6 Dec 2013 07:02:04 +0000 (07:02 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@12524 2bbb7eff-a529-9590-31e7-b0007b416f81

src/lazy/SkCachingPixelRef.cpp
src/lazy/SkCachingPixelRef.h
src/lazy/SkDiscardableMemoryPool.h
tests/CachedDecodingPixelRefTest.cpp
tests/DiscardableMemoryPool.cpp

index 6c9da8f..667a949 100644 (file)
@@ -96,4 +96,3 @@ void SkCachingPixelRef::onUnlockPixels() {
         fScaledCacheId = NULL;
     }
 }
-
index 81092dc..4a0387d 100644 (file)
@@ -68,4 +68,3 @@ private:
 };
 
 #endif  // SkCachingPixelRef_DEFINED
-
index 0939260..e9f3b04 100644 (file)
@@ -68,4 +68,3 @@ SkDiscardableMemoryPool* SkGetGlobalDiscardableMemoryPool();
 #endif
 
 #endif  // SkDiscardableMemoryPool_DEFINED
-
index f92b1de..6abcf3d 100644 (file)
@@ -309,4 +309,3 @@ DEF_TEST(DiscardableAndCachingPixelRef, reporter) {
     // test that here (on platforms where it is availible).
 }
 ////////////////////////////////////////////////////////////////////////////////
-
index 8af7358..d2c5eee 100644 (file)
@@ -34,4 +34,3 @@ DEF_TEST(DiscardableMemoryPool, reporter) {
     REPORTER_ASSERT(reporter, !dm2->lock());
     REPORTER_ASSERT(reporter, 0 == pool->getRAMUsed());
 }
-