 Chromium Code Reviews
 Chromium Code Reviews Issue 18666004:
  ARM Skia NEON patches - 01 - Simple fixes  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk
    
  
    Issue 18666004:
  ARM Skia NEON patches - 01 - Simple fixes  (Closed) 
  Base URL: https://skia.googlecode.com/svn/trunk| Index: tests/BlitRowTest.cpp | 
| diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp | 
| index c4a4134e65141fff33f912bcd36813520b3f1834..2b7d94a88b9b0195fc47f41e696e5939793741e2 100644 | 
| --- a/tests/BlitRowTest.cpp | 
| +++ b/tests/BlitRowTest.cpp | 
| @@ -166,7 +166,6 @@ static void test_00_FF(skiatest::Reporter* reporter) { | 
| struct Mesh { | 
| SkPoint fPts[4]; | 
| - uint16_t fIndices[6]; | 
| Mesh(const SkBitmap& bm, SkPaint* paint) { | 
| const SkScalar w = SkIntToScalar(bm.width()); |