aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFStream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pdf/SkPDFStream.h')
-rw-r--r--src/pdf/SkPDFStream.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pdf/SkPDFStream.h b/src/pdf/SkPDFStream.h
index f908fbf2f3..7f33c162aa 100644
--- a/src/pdf/SkPDFStream.h
+++ b/src/pdf/SkPDFStream.h
@@ -41,8 +41,7 @@ public:
// The SkPDFObject interface. These two methods use a mutex to
// allow multiple threads to call at the same time.
- virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog,
- bool indirect);
+ virtual void emitObject(SkWStream* stream, SkPDFCatalog* catalog) SK_OVERRIDE;
virtual size_t getOutputSize(SkPDFCatalog* catalog, bool indirect);
protected: