Chromium Code Reviews| Index: source/convert_to_argb.cc | 
| diff --git a/source/convert_to_argb.cc b/source/convert_to_argb.cc | 
| index f9e0e808a43b66ef8449f414762ae63420069b71..63a5104b3c70bb75392d710525de70cdf7d4b37a 100644 | 
| --- a/source/convert_to_argb.cc | 
| +++ b/source/convert_to_argb.cc | 
| @@ -257,9 +257,8 @@ int ConvertToARGB(const uint8* sample, | 
| free(rotate_buffer); | 
| } else if (rotation) { | 
| src = sample + (src_width * crop_y + crop_x) * 4; | 
| - r = ARGBRotate(src, src_width * 4, | 
| - crop_argb, argb_stride, | 
| - crop_width, inv_crop_height, rotation); | 
| + r = ARGBRotate(src, src_width * 4, crop_argb, argb_stride, crop_width, | 
| + inv_crop_height, rotation); | 
| 
 
fbarchard1
2017/01/13 02:14:43
fyi ran clang-format on everything
 
 | 
| } | 
| return r; |