| Index: src/opts/SkBitmapFilter_opts_SSE2.cpp | 
| diff --git a/src/opts/SkBitmapFilter_opts_SSE2.cpp b/src/opts/SkBitmapFilter_opts_SSE2.cpp | 
| index 95492c596dda5f73f7afa53c37601be74aa98df0..259e2efc0ecdd83a9cbc89b2ab691f2e42a7d47a 100644 | 
| --- a/src/opts/SkBitmapFilter_opts_SSE2.cpp | 
| +++ b/src/opts/SkBitmapFilter_opts_SSE2.cpp | 
| @@ -45,11 +45,8 @@ static inline void print128f(__m128 value) { | 
| // because the border is handled specially, this is guaranteed to have all 16 pixels | 
| // available to it without running off the bitmap's edge. | 
|  | 
| -int debug_x = 20; | 
| -int debug_y = 255; | 
| - | 
| void highQualityFilter_SSE2(const SkBitmapProcState& s, int x, int y, | 
| -                        SkPMColor* SK_RESTRICT colors, int count) { | 
| +                            SkPMColor* SK_RESTRICT colors, int count) { | 
|  | 
| const int maxX = s.fBitmap->width() - 1; | 
| const int maxY = s.fBitmap->height() - 1; | 
|  |