SkCachingPixelRef to use SkImageGenerator
authorhalcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 5 Dec 2013 14:00:03 +0000 (14:00 +0000)
committerhalcanary@google.com <halcanary@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 5 Dec 2013 14:00:03 +0000 (14:00 +0000)
commit36d08c5c90c7607cd559769f7a9c2b3364eeba85
tree12dc40a8c539ae664a9d0231403a9c38aa12bf4f
parent0e9297c7bd59bae61f4db139a916a2c2bb576405
SkCachingPixelRef to use SkImageGenerator

-   Remove SkLazyCachingPixelRef class.

-   Refactor unit tests.

BUG=
R=reed@google.com, scroggo@google.com

Review URL: https://codereview.chromium.org/84083002

git-svn-id: http://skia.googlecode.com/svn/trunk@12505 2bbb7eff-a529-9590-31e7-b0007b416f81
gyp/core.gypi
src/lazy/SkCachingPixelRef.cpp
src/lazy/SkCachingPixelRef.h
src/lazy/SkLazyCachingPixelRef.cpp [deleted file]
src/lazy/SkLazyCachingPixelRef.h [deleted file]
tests/CachedDecodingPixelRefTest.cpp