| Index: tests/PDFPrimitivesTest.cpp
|
| diff --git a/tests/PDFPrimitivesTest.cpp b/tests/PDFPrimitivesTest.cpp
|
| index 013d58657bce3a69d84dfec530135f7449ade97b..22d8d16328519a82e2453ac15b0402b6385a6258 100644
|
| --- a/tests/PDFPrimitivesTest.cpp
|
| +++ b/tests/PDFPrimitivesTest.cpp
|
| @@ -22,6 +22,8 @@
|
| #include "SkTypes.h"
|
| #include "Test.h"
|
|
|
| +#if SK_SUPPORT_PDF
|
| +
|
| #define DUMMY_TEXT "DCT compessed stream."
|
|
|
| namespace {
|
| @@ -413,3 +415,4 @@ DEF_TEST(PDFImageFilter, reporter) {
|
| // Filter was used in rendering; should be visited.
|
| REPORTER_ASSERT(reporter, filter->visited());
|
| }
|
| +#endif // SK_SUPPORT_PDF
|
|
|