| commit | b9f026fb219091716debcd57cb13b593faa97ee5 | [log] [tgz] |
|---|---|---|
| author | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 09 13:53:48 2012 +0000 |
| committer | bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Thu Feb 09 13:53:48 2012 +0000 |
| tree | ce620e8cb613997b704204de346f3667c0c0aa29 | |
| parent | 297676545d621c45711c61be98b317a7d6f9718b [diff] [blame] |
Turn on read pixels test for raster backend Review URL: http://codereview.appspot.com/5643070/ git-svn-id: http://skia.googlecode.com/svn/trunk@3156 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/ReadPixelsTest.cpp b/tests/ReadPixelsTest.cpp index b531e92..4e0fcc6 100644 --- a/tests/ReadPixelsTest.cpp +++ b/tests/ReadPixelsTest.cpp
@@ -297,7 +297,7 @@ SkIRect::MakeLTRB(3 * DEV_W / 4, -10, DEV_W + 10, DEV_H + 10), }; - for (int dtype = 1; dtype < 2; ++dtype) { + for (int dtype = 0; dtype < 2; ++dtype) { if (0 == dtype) { canvas.setDevice(new SkDevice(SkBitmap::kARGB_8888_Config,