Chromium Code Reviews| Index: src/pdf/SkPDFResourceDict.h |
| diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h |
| index fa9bb448c893f1f64cfcb268108125a2e695488f..551d20bc8ce68f0100410b79a9a87f5e6b86aa88 100644 |
| --- a/src/pdf/SkPDFResourceDict.h |
| +++ b/src/pdf/SkPDFResourceDict.h |
| @@ -78,8 +78,6 @@ private: |
| SkPDFObject* insertResource(SkPDFResourceType type, int key, |
| SkPDFObject* value); |
| - SkTSet<SkPDFObject*> fResources; |
| - |
| SkTDArray<SkPDFDict*> fTypes; |
| typedef SkPDFDict INHERITED; |
| }; |