| Index: tests/BitmapGetColorTest.cpp
|
| diff --git a/tests/BitmapGetColorTest.cpp b/tests/BitmapGetColorTest.cpp
|
| index bf6ebcb5cf12325764c6964390ee4cc0a0bda9ca..bf3ba67ecb1be428b316abd017c7b2ea192ff2fa 100644
|
| --- a/tests/BitmapGetColorTest.cpp
|
| +++ b/tests/BitmapGetColorTest.cpp
|
| @@ -37,7 +37,7 @@ DEF_TEST(GetColor, reporter) {
|
| kPremul_SkAlphaType);
|
| SkBitmap bm;
|
| uint32_t storage[4];
|
| - bm.installPixels(info, storage, info.minRowBytes(), NULL, NULL);
|
| + bm.installPixels(info, storage, info.minRowBytes());
|
|
|
| bm.eraseColor(initColor);
|
| bm.eraseArea(area, gRec[i].fInColor);
|
|
|