Index: include/pdf/SkPDFDevice.h |
diff --git a/include/pdf/SkPDFDevice.h b/include/pdf/SkPDFDevice.h |
index 51d046de60ead54c19927e1231d5c8dc8a9065d9..9b21f8f90a22bd9aebf4fb5038660c09774a2ff4 100644 |
--- a/include/pdf/SkPDFDevice.h |
+++ b/include/pdf/SkPDFDevice.h |
@@ -213,7 +213,7 @@ protected: |
virtual bool onReadPixels(const SkBitmap& bitmap, int x, int y, |
SkCanvas::Config8888) SK_OVERRIDE; |
- virtual bool allowImageFilter(SkImageFilter*) SK_OVERRIDE; |
+ virtual bool allowImageFilter(const SkImageFilter*) SK_OVERRIDE; |
private: |
// TODO(vandebo): push most of SkPDFDevice's state into a core object in |