| Index: gm/factory.cpp
|
| diff --git a/gm/factory.cpp b/gm/factory.cpp
|
| index 19eb63be0c87206ec54f262ea1e1326f6546da64..4c38398436f91c5456d68409c3863971f6d6c924 100644
|
| --- a/gm/factory.cpp
|
| +++ b/gm/factory.cpp
|
| @@ -35,8 +35,8 @@ protected:
|
| // bitmap is unlocked.
|
| SkAutoTUnref<SkDiscardableMemoryPool> pool(
|
| SkNEW_ARGS(SkDiscardableMemoryPool, (1)));
|
| - SkAssertResult(SkDecodingImageGenerator::Install(data,
|
| - &fBitmap, pool));
|
| + SkAssertResult(
|
| + SkDecodingImageGenerator::Install(data, &fBitmap, NULL, pool));
|
| }
|
| }
|
|
|
|
|