| Index: src/pdf/SkPDFDevice.h
|
| diff --git a/src/pdf/SkPDFDevice.h b/src/pdf/SkPDFDevice.h
|
| index 364cc61688e1b10bb42915bdb00a5f59255b1331..4a860281e36d69ea98ea73e124fcc01619e172fe 100644
|
| --- a/src/pdf/SkPDFDevice.h
|
| +++ b/src/pdf/SkPDFDevice.h
|
| @@ -126,10 +126,6 @@ public:
|
| /** Create the resource dictionary for this device. */
|
| sk_sp<SkPDFDict> makeResourceDict() const;
|
|
|
| - /** Get the fonts used on this device.
|
| - */
|
| - const SkTDArray<SkPDFFont*>& getFontResources() const;
|
| -
|
| /** Add our annotations (link to urls and destinations) to the supplied
|
| * array.
|
| * @param array Array to add annotations to.
|
|
|