Index: src/pdf/SkPDFGraphicState.h |
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h |
index 9182efeffb02080285518b579d2b7d685f13aceb..28686e37be11afd4b624ff91e0ff7e512e99d951 100644 |
--- a/src/pdf/SkPDFGraphicState.h |
+++ b/src/pdf/SkPDFGraphicState.h |
@@ -41,8 +41,7 @@ public: |
// Override emitObject and getOutputSize so that we can populate |
// the dictionary on demand. |
- virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog, |
- bool indirect); |
+ virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog); |
virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect); |
/** Get the graphic state for the passed SkPaint. The reference count of |