Chromium Code Reviews| Index: src/pdf/SkPDFResourceDict.h |
| diff --git a/src/pdf/SkPDFResourceDict.h b/src/pdf/SkPDFResourceDict.h |
| index ab25b4a4dca662eab8f4ca33b7d2bdab353903b1..17ea338f59a38a5968567224403eed486951d1d5 100644 |
| --- a/src/pdf/SkPDFResourceDict.h |
| +++ b/src/pdf/SkPDFResourceDict.h |
| @@ -95,6 +95,7 @@ private: |
| SkTSet<SkPDFObject*> fResources; |
| SkTDArray<SkPDFDict*> fTypes; |
| + typedef SkPDFDict INHERITED; |
| }; |
| #endif |