| Index: tests/CanvasTest.cpp
|
| diff --git a/tests/CanvasTest.cpp b/tests/CanvasTest.cpp
|
| index 597b578e4ce373c1d08887d46f64cc20ed21a9e0..e2ad2ed6b3244b3a027ef29296b64ff6d356b3c8 100644
|
| --- a/tests/CanvasTest.cpp
|
| +++ b/tests/CanvasTest.cpp
|
| @@ -503,7 +503,7 @@ static void DrawPictureTestStep(SkCanvas* canvas,
|
| testCanvas->drawRect(kTestRect, kTestPaint);
|
| SkAutoTUnref<SkPicture> testPicture(recorder.endRecording());
|
|
|
| - canvas->drawPicture(*testPicture);
|
| + canvas->drawPicture(testPicture);
|
| }
|
| TEST_STEP(DrawPicture, DrawPictureTestStep);
|
|
|
|
|