| Index: include/core/SkDraw.h
|
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h
|
| index 7b5514d13b0f8b98ccd9c45127e3b9bd49abd226..c6e8bcdd425c7bda387ac94ad73b97f0c9f99ce3 100644
|
| --- a/include/core/SkDraw.h
|
| +++ b/include/core/SkDraw.h
|
| @@ -140,7 +140,7 @@ private:
|
| computeConservativeLocalClipBounds(SkRect* bounds) const;
|
|
|
| public:
|
| - const SkBitmap* fBitmap; // required
|
| + SkPixmap fDst;
|
| const SkMatrix* fMatrix; // required
|
| const SkRegion* fClip; // DEPRECATED
|
| const SkRasterClip* fRC; // required
|
|
|