Index: src/pdf/SkPDFGraphicState.h |
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h |
index 569f9da7e66f44e091c7e10a79e664eaa323e41c..70b63d42602088e7361122f0a9ebbcae8717e627 100644 |
--- a/src/pdf/SkPDFGraphicState.h |
+++ b/src/pdf/SkPDFGraphicState.h |
@@ -14,7 +14,6 @@ |
class SkPaint; |
class SkPDFCanon; |
-class SkPDFFormXObject; |
/** \class SkPDFGraphicState |
SkPaint objects roughly correspond to graphic state dictionaries that can |
@@ -52,7 +51,7 @@ public: |
* |
* These are not de-duped. |
*/ |
- static sk_sp<SkPDFDict> GetSMaskGraphicState(SkPDFFormXObject* sMask, |
+ static sk_sp<SkPDFDict> GetSMaskGraphicState(SkPDFObject* sMask, |
bool invert, |
SkPDFSMaskMode sMaskMode, |
SkPDFCanon* canon); |