Fix an unused variable warning.
Review URL: https://codereview.chromium.org/12398026 git-svn-id: http://skia.googlecode.com/svn/trunk@7975 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
c75764ed44
commit
b069e40b73
@ -392,7 +392,7 @@ void SkRGB16_Opaque_Blitter::blitMask(const SkMask& mask,
|
||||
if (w >= UNROLL) {
|
||||
uint32x4_t color; /* can use same one */
|
||||
uint32x4_t dev_lo, dev_hi;
|
||||
uint32x4_t t1, t2;
|
||||
uint32x4_t t1;
|
||||
uint32x4_t wn1, wn2;
|
||||
uint16x4_t odev_lo, odev_hi;
|
||||
uint16x4_t alpha_lo, alpha_hi;
|
||||
|
Loading…
Reference in New Issue
Block a user