Allow pdf as a --config.
authormtklein <mtklein@chromium.org>
Tue, 20 Jan 2015 21:34:39 +0000 (13:34 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 20 Jan 2015 21:34:39 +0000 (13:34 -0800)
We just can't run this on the bots yet.  It's fine locally.

BUG=skia:3255

Review URL: https://codereview.chromium.org/857373002

dm/DM.cpp

index 1f0145e..da9dc2c 100644 (file)
--- a/dm/DM.cpp
+++ b/dm/DM.cpp
@@ -164,8 +164,7 @@ static Sink* create_sink(const char* tag) {
     if (FLAGS_cpu) {
         SINK("565",  RasterSink, kRGB_565_SkColorType);
         SINK("8888", RasterSink, kN32_SkColorType);
-        // TODO(mtklein): reenable once skiagold can handle .pdf uploads.
-        //SINK("pdf",  PDFSink);
+        SINK("pdf",  PDFSink);
     }
 #undef SINK
     return NULL;