Index: tests/CachedDecodingPixelRefTest.cpp |
diff --git a/tests/CachedDecodingPixelRefTest.cpp b/tests/CachedDecodingPixelRefTest.cpp |
index e9ee62276410bf1692133ef5ddf2d7b27ef92b83..65623d0e4f9b0e7527e445353046959f3e6a9be9 100644 |
--- a/tests/CachedDecodingPixelRefTest.cpp |
+++ b/tests/CachedDecodingPixelRefTest.cpp |
@@ -13,7 +13,7 @@ |
#include "SkDiscardableMemoryPool.h" |
#include "SkImageDecoder.h" |
#include "SkImageGeneratorPriv.h" |
-#include "SkScaledImageCache.h" |
+#include "SkResourceCache.h" |
#include "SkStream.h" |
#include "SkUtils.h" |
@@ -257,7 +257,7 @@ static void check_pixelref(TestImageGenerator::TestType type, |
SkBitmap lazy; |
bool success; |
if (kSkCaching_PixelRefType == pixelRefType) { |
- // Ignore factory; use global SkScaledImageCache. |
+ // Ignore factory; use global cache. |
success = SkCachingPixelRef::Install(gen.detach(), &lazy); |
} else { |
success = SkInstallDiscardablePixelRef(gen.detach(), &lazy, factory); |