Index: src/opts/SkXfermode_opts_SSE2.h |
diff --git a/src/opts/SkXfermode_opts_SSE2.h b/src/opts/SkXfermode_opts_SSE2.h |
index 80512aca9958190951c7ed312f4bfc7975f825b2..927e5f400604c1b6056882e22af13a144bf1f7dc 100644 |
--- a/src/opts/SkXfermode_opts_SSE2.h |
+++ b/src/opts/SkXfermode_opts_SSE2.h |
@@ -17,10 +17,10 @@ public: |
void* procSIMD) |
: INHERITED(rec, mode), fProcSIMD(procSIMD) {} |
- virtual void xfer32(SkPMColor dst[], const SkPMColor src[], int count, |
- const SkAlpha aa[]) const override; |
- virtual void xfer16(uint16_t dst[], const SkPMColor src[], |
- int count, const SkAlpha aa[]) const override; |
+ void xfer32(SkPMColor dst[], const SkPMColor src[], int count, |
+ const SkAlpha aa[]) const override; |
+ void xfer16(uint16_t dst[], const SkPMColor src[], |
+ int count, const SkAlpha aa[]) const override; |
SK_TO_STRING_OVERRIDE() |