| Index: gm/matrixconvolution.cpp
|
| diff --git a/gm/matrixconvolution.cpp b/gm/matrixconvolution.cpp
|
| index 5b1ede3049b384c91906f607fbeeda1f77db90b9..b912f90cfe1f186384027936021492b8617946ff 100644
|
| --- a/gm/matrixconvolution.cpp
|
| +++ b/gm/matrixconvolution.cpp
|
| @@ -84,7 +84,7 @@ protected:
|
| make_bitmap();
|
| fInitialized = true;
|
| }
|
| - canvas->clear(0x00000000);
|
| + canvas->clear(SK_ColorBLACK);
|
| SkIPoint kernelOffset = SkIPoint::Make(1, 0);
|
| for (int x = 10; x < 310; x += 100) {
|
| this->draw(canvas, x, 10, kernelOffset, MCIF::kClamp_TileMode, true);
|
|
|