Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(199)

Unified Diff: tests/BitmapCopyTest.cpp

Issue 68973005: Expand pixelref to return SkImageInfo and rowbytes (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/BitmapCopyTest.cpp
diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp
index 5cef1eb98668ed14a8a9183bc82f622722b59cd6..b0373f311e2b9e227fca5596cf2a6fc8d8b1aecb 100644
--- a/tests/BitmapCopyTest.cpp
+++ b/tests/BitmapCopyTest.cpp
@@ -226,7 +226,7 @@ static void writeCoordPixels(SkBitmap& bm, const Coordinates& coords) {
static void TestBitmapCopy(skiatest::Reporter* reporter) {
static const Pair gPairs[] = {
{ SkBitmap::kNo_Config, "00000000" },
- { SkBitmap::kA1_Config, "01000000" },
+ { SkBitmap::kA1_Config, "00000000" },
scroggo 2013/11/20 21:04:28 Seems like part of a separate change.
reed1 2013/11/20 21:27:18 Needed since w/ this change, A1 is no longer suppo
{ SkBitmap::kA8_Config, "00101010" },
{ SkBitmap::kIndex8_Config, "00111010" },
{ SkBitmap::kRGB_565_Config, "00101010" },

Powered by Google App Engine
This is Rietveld 408576698