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

Unified Diff: experimental/PdfViewer/inc/SkPdfContext.h

Issue 79723002: Ifdef guard for SkPdfContext. (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/inc/SkPdfContext.h
diff --git a/experimental/PdfViewer/inc/SkPdfContext.h b/experimental/PdfViewer/inc/SkPdfContext.h
index 48c5472b0200caf14423dd1d1c8a4760abfbcc75..7bb9c840b16344f7ef7ce743093be700de9f9987 100644
--- a/experimental/PdfViewer/inc/SkPdfContext.h
+++ b/experimental/PdfViewer/inc/SkPdfContext.h
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+#ifndef SkPdfContext_DEFINED
+#define SkPdfContext_DEFINED
+
#include "SkMatrix.h"
#include "SkTDStackNester.h"
#include "SkPdfGraphicsState.h"
@@ -28,3 +31,4 @@ public:
SkPdfContext(SkPdfNativeDoc* doc);
~SkPdfContext();
};
+#endif // SkPdfContext_DEFINED
« 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