update deferred

BUG=skia:

GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2994

Change-Id: I49e029d5825e84ba36331586bfcfbf0fe34f7c2c
Reviewed-on: https://skia-review.googlesource.com/2994
Reviewed-by: Herb Derby <herb@google.com>
Commit-Queue: Mike Reed <reed@google.com>
diff --git a/tools/DumpRecord.cpp b/tools/DumpRecord.cpp
index 51a9d1f..e9374fd 100644
--- a/tools/DumpRecord.cpp
+++ b/tools/DumpRecord.cpp
@@ -75,7 +75,7 @@
         }
     }
 
-#if 0
+#if 1
     void print(const SkRecords::DrawAnnotation& command, double ns) {
         int us = (int)(ns * 1e-3);
         if (!fTimeWithCommand) {