| Index: tests/BlitRowTest.cpp
|
| diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp
|
| index 4689a305ac76740a67abd2bc50defec5633e2c42..da4df33fa167ab7b8fbc569f41551f64b63b2a6c 100644
|
| --- a/tests/BlitRowTest.cpp
|
| +++ b/tests/BlitRowTest.cpp
|
| @@ -180,7 +180,7 @@ struct Mesh {
|
|
|
| #include "SkImageEncoder.h"
|
| static void save_bm(const SkBitmap& bm, const char name[]) {
|
| - SkImageEncoder::EncodeFile(name, bm, SkImageEncoder::kPNG_Type, 100);
|
| + SkImageEncoder::EncodeFile(name, bm, kPNG_SkEncodedFormat, 100);
|
| }
|
|
|
| static bool gOnce;
|
|
|