Index: tests/ImageFilterTest.cpp |
diff --git a/tests/ImageFilterTest.cpp b/tests/ImageFilterTest.cpp |
index a5ffb1b226beb2808df3a35ffc926bf646664990..d822212ac6ff41acd4a7301ea16cb6057de336e7 100644 |
--- a/tests/ImageFilterTest.cpp |
+++ b/tests/ImageFilterTest.cpp |
@@ -1147,7 +1147,7 @@ DEF_TEST(PartialCropRect, reporter) { |
SkImageFilter::Proxy proxy(&device); |
SkImageFilter::CropRect cropRect(SkRect::MakeXYWH(100, 0, 20, 30), |
- SkImageFilter::CropRect::kHasRight_CropEdge | SkImageFilter::CropRect::kHasBottom_CropEdge); |
+ SkImageFilter::CropRect::kHasWidth_CropEdge | SkImageFilter::CropRect::kHasHeight_CropEdge); |
SkAutoTUnref<SkImageFilter> filter(make_grayscale(NULL, &cropRect)); |
SkBitmap result; |
SkIPoint offset; |