aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkAvoidXfermode.h
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-21 18:30:53 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-21 18:30:53 +0000
commit6ba4572eed5a4ecfdd22d118fa55b5c06902b574 (patch)
treeccb8c5501a48f4687d7dbece92805771a01fa121 /include/effects/SkAvoidXfermode.h
parent5f99545de67ee729b4b17f1aae56f8c9dcf460f9 (diff)
remove dst/rendertarget support for kARGB_4444_Config
BUG= Review URL: https://codereview.chromium.org/17335008 git-svn-id: http://skia.googlecode.com/svn/trunk@9727 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/effects/SkAvoidXfermode.h')
-rw-r--r--include/effects/SkAvoidXfermode.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/effects/SkAvoidXfermode.h b/include/effects/SkAvoidXfermode.h
index e35439160e..4950b64707 100644
--- a/include/effects/SkAvoidXfermode.h
+++ b/include/effects/SkAvoidXfermode.h
@@ -44,8 +44,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;