| Index: skia/ext/convolver_SSE2.cc
|
| diff --git a/skia/ext/convolver_SSE2.cc b/skia/ext/convolver_SSE2.cc
|
| index a823edcb519291d89ed79c448efa98f9569bb788..eeb5478628e6247a68f12a23944b211d5192aa53 100644
|
| --- a/skia/ext/convolver_SSE2.cc
|
| +++ b/skia/ext/convolver_SSE2.cc
|
| @@ -16,7 +16,8 @@ namespace skia {
|
| // |src_data| and continues for the num_values() of the filter.
|
| void ConvolveHorizontally_SSE2(const unsigned char* src_data,
|
| const ConvolutionFilter1D& filter,
|
| - unsigned char* out_row) {
|
| + unsigned char* out_row,
|
| + bool has_alpha) {
|
| int num_values = filter.num_values();
|
|
|
| int filter_offset, filter_length;
|
|
|