| Index: src/pdf/SkPDFBitmap.h
|
| diff --git a/src/pdf/SkPDFBitmap.h b/src/pdf/SkPDFBitmap.h
|
| index 02a79df24e8389ea5afd6f7bdc8923434b57d7bf..c1ada1a1adc238fd26d48cc517989ec621731edd 100644
|
| --- a/src/pdf/SkPDFBitmap.h
|
| +++ b/src/pdf/SkPDFBitmap.h
|
| @@ -28,8 +28,7 @@ public:
|
| static SkPDFBitmap* Create(SkPDFCanon*, const SkBitmap&);
|
| ~SkPDFBitmap();
|
| void emitObject(SkWStream*, SkPDFCatalog*) SK_OVERRIDE;
|
| - void addResources(SkTSet<SkPDFObject*>* resourceSet,
|
| - SkPDFCatalog* catalog) const SK_OVERRIDE;
|
| + void addResources(SkPDFCatalog*) const SK_OVERRIDE;
|
| bool equals(const SkBitmap& other) const {
|
| return fBitmap.getGenerationID() == other.getGenerationID() &&
|
| fBitmap.pixelRefOrigin() == other.pixelRefOrigin() &&
|
|
|