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

Unified Diff: include/pdf/SkPDFDocument.h

Issue 13474012: Fix more clang errors. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: use enum Created 7 years, 9 months 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 | « bench/VertBench.cpp ('k') | samplecode/SampleMovie.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/pdf/SkPDFDocument.h
diff --git a/include/pdf/SkPDFDocument.h b/include/pdf/SkPDFDocument.h
index 8f4ee485642a482852de09e08abaf0d0021ce63f..664b3030a2d6bf7924c48e01af498371c7bd5d4a 100644
--- a/include/pdf/SkPDFDocument.h
+++ b/include/pdf/SkPDFDocument.h
@@ -83,7 +83,6 @@ private:
SkTSet<SkPDFObject*>* fFirstPageResources;
SkTSet<SkPDFObject*>* fOtherPageResources;
SkTDArray<SkPDFObject*> fSubstitutes;
- int fSecondPageFirstResourceIndex;
SkPDFDict* fTrailerDict;
« no previous file with comments | « bench/VertBench.cpp ('k') | samplecode/SampleMovie.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698