Index: gm/rrects.cpp |
diff --git a/gm/rrects.cpp b/gm/rrects.cpp |
index bacc819cbb97cbfb927e114b28ab990bb1820c0e..e6c62e91d6a443debcc66d5071a774c7536efbab 100644 |
--- a/gm/rrects.cpp |
+++ b/gm/rrects.cpp |
@@ -126,7 +126,8 @@ protected: |
SkRect bounds = rrect.getBounds(); |
bounds.outset(2.f, 2.f); |
- tt.target()->drawSimpleRect(&drawState, 0xff000000, bounds); |
+ tt.target()->drawSimpleRect(&drawState, 0xff000000, SkMatrix::I(), |
+ bounds); |
} else { |
drew = false; |
} |