Index: tests/AAClipTest.cpp |
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp |
index cadd1806cf342c2db523fc7a5e65c3d6e6646f4f..26c1ec1d0e21c30e2ce40095ed46a24dd497f92d 100644 |
--- a/tests/AAClipTest.cpp |
+++ b/tests/AAClipTest.cpp |
@@ -76,7 +76,7 @@ static void copyToMask(const SkRegion& rgn, SkMask* mask) { |
kAlpha_8_SkColorType, |
kPremul_SkAlphaType); |
SkBitmap bitmap; |
- bitmap.installPixels(info, mask->fImage, mask->fRowBytes, NULL, NULL); |
+ bitmap.installPixels(info, mask->fImage, mask->fRowBytes); |
// canvas expects its coordinate system to always be 0,0 in the top/left |
// so we translate the rgn to match that before drawing into the mask. |