Index: tests/RecorderTest.cpp |
diff --git a/tests/RecorderTest.cpp b/tests/RecorderTest.cpp |
index 570bce8a3c299119e4306e5ca114286a78d992e4..384425ddc241f2890a505bc809f76057c18e30b9 100644 |
--- a/tests/RecorderTest.cpp |
+++ b/tests/RecorderTest.cpp |
@@ -50,7 +50,7 @@ DEF_TEST(Recorder_RefLeaking, r) { |
// - its SkRect argument is optional and SkRect is POD. Just testing that that works. |
// - its SkPaint argument is optional and SkPaint is not POD. The bug was here. |
- SkRect bounds; |
+ SkRect bounds = SkRect::MakeWH(320, 240); |
SkPaint paint; |
paint.setShader(SkNEW(SkEmptyShader))->unref(); |