| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index fd870fe97fdf015b8ae5e5b00b17258518b71b19..a701405241722048560147c484c821e4c52b68d3 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -31,7 +31,6 @@ class SkPDFFormXObject;
|
| class SkPDFGlyphSetMap;
|
| class SkPDFGraphicState;
|
| class SkPDFObject;
|
| -class SkPDFResourceDict;
|
| class SkPDFShader;
|
| class SkPDFStream;
|
| class SkRRect;
|
| @@ -139,7 +138,7 @@ public:
|
|
|
| /** Create the resource dictionary for this device.
|
| */
|
| - SkPDFResourceDict* createResourceDict() const;
|
| + SkPDFDict* createResourceDict() const;
|
|
|
| /** Get the fonts used on this device.
|
| */
|
|
|