| Index: tests/DrawBitmapRectTest.cpp
|
| diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp
|
| index 9203879a9eba3ebd08b0efda8ce2bbcf369453f0..9c0c6839b25db292479d6a6e57efdece9cec44cf 100644
|
| --- a/tests/DrawBitmapRectTest.cpp
|
| +++ b/tests/DrawBitmapRectTest.cpp
|
| @@ -28,7 +28,7 @@ protected:
|
| *info = SkImageInfo::MakeN32Premul(100, 100);
|
| return true;
|
| }
|
| - // default onGetPixels() returns false, which is what we want.
|
| + // default onGetPixels() returns kUnimplemented, which is what we want.
|
| };
|
|
|
| // crbug.com/295895
|
|
|