Chromium Code Reviews| Index: include/core/SkDraw.h |
| diff --git a/include/core/SkDraw.h b/include/core/SkDraw.h |
| index 7b5514d13b0f8b98ccd9c45127e3b9bd49abd226..1f7d8174c10b1157497c10e97d752ca15dd23cd2 100644 |
| --- a/include/core/SkDraw.h |
| +++ b/include/core/SkDraw.h |
| @@ -140,7 +140,8 @@ private: |
| computeConservativeLocalClipBounds(SkRect* bounds) const; |
| public: |
|
robertphillips
2015/06/09 18:17:37
Can we remove the fBitmap line ?
reed1
2015/06/09 18:34:10
Done.
|
| - const SkBitmap* fBitmap; // required |
| +// const SkBitmap* fBitmap; // required |
| + SkPixmap fDst; |
| const SkMatrix* fMatrix; // required |
| const SkRegion* fClip; // DEPRECATED |
| const SkRasterClip* fRC; // required |