From 9552662e9fee5eb0ef435e52ab9db505d7ebe4ad Mon Sep 17 00:00:00 2001 From: scroggo Date: Tue, 17 Mar 2015 05:02:17 -0700 Subject: Option for SkCodec to treat dst as all zeroes. This recreates SkImageDecoder's feature to skip writing zeroes for SkCodec. Review URL: https://codereview.chromium.org/980903002 --- tests/DrawBitmapRectTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/DrawBitmapRectTest.cpp') diff --git a/tests/DrawBitmapRectTest.cpp b/tests/DrawBitmapRectTest.cpp index 9203879a9e..9c0c6839b2 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 -- cgit v1.2.3