| Index: src/pdf/SkPDFGraphicState.h
|
| diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
|
| index 2c9198c142485c3f913427e4696b96cadd13925c..dc41fc62297ecda08aee60e586f8b10f24659934 100644
|
| --- a/src/pdf/SkPDFGraphicState.h
|
| +++ b/src/pdf/SkPDFGraphicState.h
|
| @@ -74,12 +74,11 @@ public:
|
| static SkPDFGraphicState* CreateNoSMaskGraphicState();
|
|
|
| private:
|
| - SkPDFCanon* const fCanon;
|
| const SkPaint fPaint;
|
| bool fPopulated;
|
|
|
| SkPDFGraphicState();
|
| - SkPDFGraphicState(SkPDFCanon* canon, const SkPaint& paint);
|
| + SkPDFGraphicState(const SkPaint& paint);
|
|
|
| void populateDict();
|
|
|
|
|