aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/DrawBitmapRectTest.cpp
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@google.com>2015-03-17 05:02:17 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-17 05:02:17 -0700
commit9552662e9fee5eb0ef435e52ab9db505d7ebe4ad (patch)
tree14784df8eb591511d7a3580ebec89636e4d16710 /tests/DrawBitmapRectTest.cpp
parentd0a840d4d8bb6ebc9981cc331b1b231a6c6e0928 (diff)
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
Diffstat (limited to 'tests/DrawBitmapRectTest.cpp')
-rw-r--r--tests/DrawBitmapRectTest.cpp2
1 files changed, 1 insertions, 1 deletions
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