| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 057b7e192677ad0088907755ad6257cdaa500fff..0e36c073673a2607d8ecd62682aa059817f75adf 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -624,6 +624,7 @@ static Sink* create_via(const SkString& tag, Sink* wrapped) {
|
| #define VIA(t, via, ...) if (tag.equals(t)) { return new via(__VA_ARGS__); }
|
| VIA("twice", ViaTwice, wrapped);
|
| VIA("serialize", ViaSerialization, wrapped);
|
| + VIA("pic", ViaPicture, wrapped);
|
| VIA("2ndpic", ViaSecondPicture, wrapped);
|
| VIA("sp", ViaSingletonPictures, wrapped);
|
| VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped);
|
|
|