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

Side by Side Diff: experimental/PdfViewer/SkPdfReporter.h

Issue 68843006: Changes to SkTDStackNester. (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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfReporter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright 2013 Google Inc. 2 * Copyright 2013 Google Inc.
3 * 3 *
4 * Use of this source code is governed by a BSD-style license that can be 4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file. 5 * found in the LICENSE file.
6 */ 6 */
7 7
8 8
9 #ifndef SkPdfReporter_DEFINED 9 #ifndef SkPdfReporter_DEFINED
10 #define SkPdfReporter_DEFINED 10 #define SkPdfReporter_DEFINED
(...skipping 16 matching lines...) Expand all
27 kFatalError_SkPdfIssueSeverity, 27 kFatalError_SkPdfIssueSeverity,
28 28
29 _kCount__SkPdfIssueSeverity 29 _kCount__SkPdfIssueSeverity
30 }; 30 };
31 31
32 // The type of the issue. 32 // The type of the issue.
33 enum SkPdfIssue { 33 enum SkPdfIssue {
34 kNoIssue_SkPdfIssue, 34 kNoIssue_SkPdfIssue,
35 35
36 kNullObject_SkPdfIssue, 36 kNullObject_SkPdfIssue,
37 kUnusedObject_SkPdfIssue,
37 kUnexpectedArraySize_SkPdfIssue, 38 kUnexpectedArraySize_SkPdfIssue,
38 kMissingEncoding_SkPdfIssue, 39 kMissingEncoding_SkPdfIssue,
39 kNYI_SkPdfIssue, 40 kNYI_SkPdfIssue,
40 kIncostistentSizes_SkPdfIssue, 41 kIncostistentSizes_SkPdfIssue,
41 kMissingRequiredKey_SkPdfIssue, 42 kMissingRequiredKey_SkPdfIssue,
42 kRecursiveReferencing_SkPdfIssue, 43 kRecursiveReferencing_SkPdfIssue,
43 kStackNestingOverflow_SkPdfIssue, 44 kStackNestingOverflow_SkPdfIssue,
44 kStackOverflow_SkPdfIssue, 45 kStackOverflow_SkPdfIssue,
45 kIncositentSyntax_SkPdfIssue, 46 kIncositentSyntax_SkPdfIssue,
46 kMissingFont_SkPdfIssue, 47 kMissingFont_SkPdfIssue,
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 #else // !PDF_REPORT 91 #else // !PDF_REPORT
91 92
92 #define SkPdfReportIf(a,b,c,d,e,f) 93 #define SkPdfReportIf(a,b,c,d,e,f)
93 #define SkPdfReport(a,b,c,d,e) 94 #define SkPdfReport(a,b,c,d,e)
94 #define SkPdfReportUnexpectedType(a,b,c,d,e) 95 #define SkPdfReportUnexpectedType(a,b,c,d,e)
95 #define SkPdfREPORTCODE(code) 96 #define SkPdfREPORTCODE(code)
96 97
97 #endif // PDF_REPORT 98 #endif // PDF_REPORT
98 99
99 #endif // SkPdfReporter_DEFINED 100 #endif // SkPdfReporter_DEFINED
OLDNEW
« no previous file with comments | « no previous file | experimental/PdfViewer/SkPdfReporter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698