Chromium Code Reviews| Index: dm/DM.cpp |
| diff --git a/dm/DM.cpp b/dm/DM.cpp |
| index 1c6d3222c2c32d2f93e8bf86c9828ac55643cf2c..24808cf33ada4ff3de8b32a2331885381fd9d189 100644 |
| --- a/dm/DM.cpp |
| +++ b/dm/DM.cpp |
| @@ -236,6 +236,7 @@ static Sink* create_sink(const char* tag) { |
| SINK("skp", SKPSink); |
| SINK("svg", SVGSink); |
| SINK("null", NullSink); |
| + SINK("xps", XPSSink); |
| } |
| #undef SINK |
| return NULL; |