| Index: src/pdf/SkPDFGraphicState.h
|
| diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
|
| index 0c2e4a0f490139cea4e43d41ea4669ecb09fd9c5..8ee6728f56e07a15e323e6507096502e5a28d6f4 100644
|
| --- a/src/pdf/SkPDFGraphicState.h
|
| +++ b/src/pdf/SkPDFGraphicState.h
|
| @@ -70,7 +70,7 @@ private:
|
| const uint8_t fAlpha;
|
| const uint8_t fStrokeCap; // SkPaint::Cap
|
| const uint8_t fStrokeJoin; // SkPaint::Join
|
| - const uint8_t fMode; // SkXfermode::Mode
|
| + const uint8_t fMode; // SkBlendMode
|
|
|
| SkPDFGraphicState(const SkPaint&);
|
|
|
|
|