| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index 51dd643faa630ca8fc4dbc97e4e50eb1d43ce431..fd870fe97fdf015b8ae5e5b00b17258518b71b19 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -203,7 +203,7 @@ private:
|
| SkPDFArray* fAnnotations;
|
| SkTDArray<NamedDestination*> fNamedDestinations;
|
|
|
| - SkTDArray<SkPDFGraphicState*> fGraphicStateResources;
|
| + SkTDArray<SkPDFObject*> fGraphicStateResources;
|
| SkTDArray<SkPDFObject*> fXObjectResources;
|
| SkTDArray<SkPDFFont*> fFontResources;
|
| SkTDArray<SkPDFObject*> fShaderResources;
|
| @@ -271,7 +271,7 @@ private:
|
| const SkPaint& paint,
|
| bool hasText,
|
| GraphicStateEntry* entry);
|
| - int addGraphicStateResource(SkPDFGraphicState* gs);
|
| + int addGraphicStateResource(SkPDFObject* gs);
|
| int addXObjectResource(SkPDFObject* xObject);
|
|
|
| void updateFont(const SkPaint& paint, uint16_t glyphID,
|
|
|