| Index: src/pdf/SkPDFGraphicState.h
|
| diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
|
| index e989f50c5919979b7d830a6c932492fc26955733..a5667bd1855215b18cf82d07ab413a5e5279ff9c 100644
|
| --- a/src/pdf/SkPDFGraphicState.h
|
| +++ b/src/pdf/SkPDFGraphicState.h
|
| @@ -33,9 +33,9 @@ public:
|
|
|
| // Override emitObject so that we can populate the dictionary on
|
| // demand.
|
| - virtual void emitObject(SkWStream* stream,
|
| - const SkPDFObjNumMap& objNumMap,
|
| - const SkPDFSubstituteMap& substitutes);
|
| + void emitObject(SkWStream* stream,
|
| + const SkPDFObjNumMap& objNumMap,
|
| + const SkPDFSubstituteMap& substitutes) 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
|
|
|