| Index: tests/DeferredCanvasTest.cpp
|
| diff --git a/tests/DeferredCanvasTest.cpp b/tests/DeferredCanvasTest.cpp
|
| index d234c8ca27fa490480b772c1a05c8f6335d13b08..da2d6b9dd34c72a10f556b368f004339284d6548 100644
|
| --- a/tests/DeferredCanvasTest.cpp
|
| +++ b/tests/DeferredCanvasTest.cpp
|
| @@ -65,7 +65,7 @@ public:
|
| }
|
|
|
| virtual SkImage* onNewImageSnapshot() SK_OVERRIDE {
|
| - return SkNewImageFromBitmap(fBitmap, true);
|
| + return SkNewImageFromBitmap(fBitmap, true, &this->props());
|
| }
|
|
|
| virtual void onCopyOnWrite(ContentChangeMode mode) SK_OVERRIDE {
|
|
|