| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index ccff84c906710ab4d9185c8feb3ebf82b818cf82..5d98fe7ca51add1edbc98d510ce6514106743248 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -611,6 +611,8 @@ static Sink* create_via(const char* tag, Sink* wrapped) {
|
| VIA("sp", ViaSingletonPictures, wrapped);
|
| VIA("tiles", ViaTiles, 256, 256, nullptr, wrapped);
|
| VIA("tiles_rt", ViaTiles, 256, 256, new SkRTreeFactory, wrapped);
|
| + VIA("remote", ViaRemote, false, wrapped);
|
| + VIA("remote_cache", ViaRemote, true, wrapped);
|
|
|
| if (FLAGS_matrix.count() == 4) {
|
| SkMatrix m;
|
|
|