Index: src/pdf/SkPDFDevice.cpp |
diff --git a/src/pdf/SkPDFDevice.cpp b/src/pdf/SkPDFDevice.cpp |
index ff83aadeee7b8a27b71b52542625947553dbb8a2..0f0c38c0b170c6442bf35fcbcdfb85a499bdbc7e 100644 |
--- a/src/pdf/SkPDFDevice.cpp |
+++ b/src/pdf/SkPDFDevice.cpp |
@@ -2330,6 +2330,6 @@ bool SkPDFDevice::onReadPixels(const SkBitmap& bitmap, int x, int y, |
return false; |
} |
-bool SkPDFDevice::allowImageFilter(SkImageFilter*) { |
+bool SkPDFDevice::allowImageFilter(const SkImageFilter*) { |
return false; |
} |