Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(555)

Unified Diff: experimental/PdfViewer/SkPdfConfig.h

Issue 80463005: Separate and update PDF_DIFF_TRACE_IN_PNG (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | experimental/PdfViewer/inc/SkPdfDiffEncoder.h » ('j') | experimental/PdfViewer/inc/SkPdfDiffEncoder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698