Chromium Code Reviews| Index: gm/simplerect.cpp |
| diff --git a/gm/simplerect.cpp b/gm/simplerect.cpp |
| index 36434f826c96e334d1829145073427d6d5d54978..640fafcab20f8d2bf1e04e4c14a8ee552b7b1cea 100644 |
| --- a/gm/simplerect.cpp |
| +++ b/gm/simplerect.cpp |
| @@ -26,6 +26,8 @@ protected: |
| } |
| void onDraw(SkCanvas* canvas) override { |
| + canvas->translate(1, 1); // want to exercise non-identity ctm performance |
| + |
| const SkScalar min = -20; |
| const SkScalar max = 800; |
| const SkScalar size = 20; |