| Index: tests/KtxTest.cpp
|
| diff --git a/tests/KtxTest.cpp b/tests/KtxTest.cpp
|
| index 4315e6dbd6c57da2b8805b6c52627335690bf4e1..e0d9a27b40236012cc2dc421c1d83f12ec068292 100644
|
| --- a/tests/KtxTest.cpp
|
| +++ b/tests/KtxTest.cpp
|
| @@ -150,7 +150,7 @@ DEF_TEST(KtxReexportPKM, reporter) {
|
| }
|
|
|
| bool installDiscardablePixelRefSuccess =
|
| - SkInstallDiscardablePixelRef(fileData, &etcBitmap);
|
| + SkDEPRECATED_InstallDiscardablePixelRef(fileData, &etcBitmap);
|
| REPORTER_ASSERT(reporter, installDiscardablePixelRefSuccess);
|
|
|
| // Write the bitmap out to a KTX file.
|
|
|