| Index: include/core/SkXfermode.h
|
| diff --git a/include/core/SkXfermode.h b/include/core/SkXfermode.h
|
| index 03ca1014e6d8c1c5d430a551a68c2b16fbbe3f98..ef00f71b75ecb95bf4a900718efb79356e0a1b35 100644
|
| --- a/include/core/SkXfermode.h
|
| +++ b/include/core/SkXfermode.h
|
| @@ -36,8 +36,6 @@ public:
|
| const SkAlpha aa[]) const;
|
| virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,
|
| const SkAlpha aa[]) const;
|
| - virtual void xfer4444(uint16_t dst[], const SkPMColor src[], int count,
|
| - const SkAlpha aa[]) const;
|
| virtual void xferA8(SkAlpha dst[], const SkPMColor src[], int count,
|
| const SkAlpha aa[]) const;
|
|
|
| @@ -258,8 +256,6 @@ public:
|
| const SkAlpha aa[]) const SK_OVERRIDE;
|
| virtual void xfer16(uint16_t dst[], const SkPMColor src[], int count,
|
| const SkAlpha aa[]) const SK_OVERRIDE;
|
| - virtual void xfer4444(uint16_t dst[], const SkPMColor src[], int count,
|
| - const SkAlpha aa[]) const SK_OVERRIDE;
|
| virtual void xferA8(SkAlpha dst[], const SkPMColor src[], int count,
|
| const SkAlpha aa[]) const SK_OVERRIDE;
|
|
|
|
|