Index: experimental/PdfViewer/SkPdfConfig.h |
diff --git a/experimental/PdfViewer/SkPdfConfig.h b/experimental/PdfViewer/SkPdfConfig.h |
index 914f156d18ed1090fc929cd5e28407e294e40661..a86531ce7b79c9443b1131962606b028b1b20f9a 100644 |
--- a/experimental/PdfViewer/SkPdfConfig.h |
+++ b/experimental/PdfViewer/SkPdfConfig.h |
@@ -31,7 +31,8 @@ class SkPdfNativeObject; |
// Every drawtext draws before a rectangle, in this way we see the one that might have failed |
//#define PDF_TRACE_DRAWTEXT |
-// For each render operations, it will dump the canvas in a png |
+// For each render operation, the canvas will be drawn to a png named |
+// "/tmp/log_step_by_step/step-%i-%s.png" |
//#define PDF_TRACE_DIFF_IN_PNG |
// Does not clip at all, can be used in debugging issues |