Chromium Code Reviews| Index: include/core/SkMask.h |
| diff --git a/include/core/SkMask.h b/include/core/SkMask.h |
| index 5cfef970c5024fd91bd2b2767c4fd93f33d9cf8d..c70a9ce932ec3c9d76d604cae7853e4be4dd64a5 100644 |
| --- a/include/core/SkMask.h |
| +++ b/include/core/SkMask.h |
| @@ -10,6 +10,7 @@ |
| #ifndef SkMask_DEFINED |
| #define SkMask_DEFINED |
| +#include "SkBitmap.h" |
| #include "SkRect.h" |
| /** \class SkMask |
| @@ -34,6 +35,7 @@ struct SkMask { |
| SkIRect fBounds; |
| uint32_t fRowBytes; |
| Format fFormat; |
| + SkBitmap fBitmap; |
| /** Returns true if the mask is empty: i.e. it has an empty bounds. |
| */ |