Chromium Code Reviews| Index: tests/PDFJpegEmbedTest.cpp |
| diff --git a/tests/PDFJpegEmbedTest.cpp b/tests/PDFJpegEmbedTest.cpp |
| index 812fd3b2c3392279bc40450f77efde9fa1595f07..03f54dd10d12d29dc8304976944e038c93346c84 100644 |
| --- a/tests/PDFJpegEmbedTest.cpp |
| +++ b/tests/PDFJpegEmbedTest.cpp |
| @@ -121,7 +121,7 @@ DEF_TEST(JpegIdentification, r) { |
| } |
| if (r->verbose()) { |
| SkDebugf("\nJpegIdentification: %s [%d x %d]\n", kTests[i].path, |
| - info.fWidth, info.fHeight); |
| + info.fSize.width(), info.fSize.height()); |
| } |
| } |
| } |