Chromium Code Reviews| Index: tests/PDFJpegEmbedTest.cpp |
| diff --git a/tests/PDFJpegEmbedTest.cpp b/tests/PDFJpegEmbedTest.cpp |
| index 530ed2a1d0cfacfd6b027a8da5d3e2c01ae98562..812fd3b2c3392279bc40450f77efde9fa1595f07 100644 |
| --- a/tests/PDFJpegEmbedTest.cpp |
| +++ b/tests/PDFJpegEmbedTest.cpp |
| @@ -18,7 +18,7 @@ |
| static SkBitmap bitmap_from_data(SkData* data) { |
| SkASSERT(data); |
| SkBitmap bm; |
| - SkInstallDiscardablePixelRef(data, &bm); |
| + SkDEPRECATED_InstallDiscardablePixelRef(data, &bm); |
| return bm; |
| } |