| Index: gm/multipicturedraw.cpp
|
| diff --git a/gm/multipicturedraw.cpp b/gm/multipicturedraw.cpp
|
| index 03934a601d5cac435fe4b3cdaabc406d641f3fc3..787646f6d8fcca9f05962f150b285a020b0363e4 100644
|
| --- a/gm/multipicturedraw.cpp
|
| +++ b/gm/multipicturedraw.cpp
|
| @@ -424,7 +424,7 @@ static void tiled(SkCanvas* finalCanvas, SkMultiPictureDraw* mpd,
|
|
|
| SkCanvas* subCanvas = step.fSurf->getCanvas();
|
|
|
| - const SkMatrix trans = SkMatrix::MakeTrans(-SkIntToScalar(x*kTileWidth),
|
| + const SkMatrix trans = SkMatrix::MakeTrans(-SkIntToScalar(x*kTileWidth),
|
| -SkIntToScalar(y*kTileHeight));
|
|
|
| create_content(mpd, pfGen, pictures, subCanvas, trans);
|
| @@ -518,7 +518,7 @@ namespace skiagm {
|
|
|
| SkString onShortName() override {
|
| static const char* gContentNames[] = {
|
| - "noclip", "rectclip", "rrectclip", "pathclip",
|
| + "noclip", "rectclip", "rrectclip", "pathclip",
|
| "invpathclip", "sierpinski", "biglayer"
|
| };
|
| static const char* gLayoutNames[] = { "simple", "tiled" };
|
|
|