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

Unified Diff: experimental/PdfViewer/SkPdfReporter.cpp

Issue 60763003: Fix Mac warning in PdfViewer. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/PdfViewer/SkPdfReporter.cpp
diff --git a/experimental/PdfViewer/SkPdfReporter.cpp b/experimental/PdfViewer/SkPdfReporter.cpp
index 68b4600b99c2b6ee6f6ad86b74c1236a7bccaa1e..f4e8ea4963fe06c8556551b014ad81bb717878d0 100644
--- a/experimental/PdfViewer/SkPdfReporter.cpp
+++ b/experimental/PdfViewer/SkPdfReporter.cpp
@@ -5,6 +5,7 @@
* found in the LICENSE file.
*/
+#ifdef PDF_REPORT
#include "SkPdfReporter.h"
@@ -33,7 +34,6 @@ const char* getSeverityName(SkPdfIssueSeverity sev) {
// content, with tooltips where warnings/errors were reported.
-#ifdef PDF_REPORT
void SkPdfReport(SkPdfIssueSeverity sev, SkPdfIssue issue,
const char* context,
const SkPdfNativeObject* obj,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698