| Index: gm/matrixconvolution.cpp
|
| diff --git a/gm/matrixconvolution.cpp b/gm/matrixconvolution.cpp
|
| index 5c443da3ff39fc0905b7f79048ef0ee5a85e7d04..1863a7f597cbbf7cbed1d7fc7a9936d5f0088f95 100644
|
| --- a/gm/matrixconvolution.cpp
|
| +++ b/gm/matrixconvolution.cpp
|
| @@ -93,7 +93,7 @@ protected:
|
| target.fY++;
|
| }
|
| target.fY = 1;
|
| - SkImageFilter::CropRect rect(SkRect::MakeXYWH(10, 10, 60, 60));
|
| + SkImageFilter::CropRect rect(SkRect::MakeXYWH(10, 5, 60, 60));
|
| this->draw(canvas, 310, 10, target, MCIF::kClamp_TileMode, true, &rect);
|
| this->draw(canvas, 310, 110, target, MCIF::kClampToBlack_TileMode, true, &rect);
|
| this->draw(canvas, 310, 210, target, MCIF::kRepeat_TileMode, true, &rect);
|
|
|