Index: src/pdf/SkPDFGraphicState.h |
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h |
index 49723bd723775c5d83716289c524decff4f496d7..0c2e4a0f490139cea4e43d41ea4669ecb09fd9c5 100644 |
--- a/src/pdf/SkPDFGraphicState.h |
+++ b/src/pdf/SkPDFGraphicState.h |
@@ -31,8 +31,7 @@ public: |
// Override emitObject so that we can populate the dictionary on |
// demand. |
void emitObject(SkWStream* stream, |
- const SkPDFObjNumMap& objNumMap, |
- const SkPDFSubstituteMap& substitutes) const override; |
+ const SkPDFObjNumMap& objNumMap) const override; |
/** Get the graphic state for the passed SkPaint. The reference count of |
* the object is incremented and it is the caller's responsibility to |