| Index: src/core/SkBlitMask.h
|
| diff --git a/src/core/SkBlitMask.h b/src/core/SkBlitMask.h
|
| index 3fc306f8c84ef00227f780a2c134b043ca2759ee..32db43c3d8cc45be3a7804bcdc2131ff0a1d6464 100644
|
| --- a/src/core/SkBlitMask.h
|
| +++ b/src/core/SkBlitMask.h
|
| @@ -8,9 +8,9 @@
|
| #ifndef SkBlitMask_DEFINED
|
| #define SkBlitMask_DEFINED
|
|
|
| +#include "SkBitmap.h"
|
| #include "SkColor.h"
|
| #include "SkMask.h"
|
| -#include "SkPixmap.h"
|
|
|
| class SkBlitMask {
|
| public:
|
| @@ -18,7 +18,7 @@
|
| * Returns true if the device config and mask format were supported.
|
| * else return false (nothing was drawn)
|
| */
|
| - static bool BlitColor(const SkPixmap& device, const SkMask& mask,
|
| + static bool BlitColor(const SkBitmap& device, const SkMask& mask,
|
| const SkIRect& clip, SkColor color);
|
|
|
| /**
|
|
|