From 1e44a9a4adccf4f31d817177e2ee47b58c93f40d Mon Sep 17 00:00:00 2001 From: "vandebo@chromium.org" Date: Thu, 7 Apr 2011 22:34:36 +0000 Subject: Revert 80841 - + This CL pulls in all the PDF code (i.e. we are now compiling the PDF backend on Chrome).+ Add a Metafile to contain Skia PDF content.+ Add a VectorPlatformDevice for use with the Skia PDF backend.BUG=62889TEST=NONEReview URL: http://codereview.chromium.org/6499024 TBR=vandebo@chromium.org Review URL: http://codereview.chromium.org/6814028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80857 0039d316-1c4b-4281-b951-d872f2087c98 --- skia/config/SkUserConfig.h | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'skia/config/SkUserConfig.h') diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h index a7d830a..d9746b7 100644 --- a/skia/config/SkUserConfig.h +++ b/skia/config/SkUserConfig.h @@ -113,33 +113,6 @@ */ //#define SK_USE_RUNTIME_GLOBALS -/* If zlib is available and you want to support the flate compression - algorithm (used in PDF generation), define SK_ZLIB_INCLUDE to be the - include path. - */ -//#define SK_ZLIB_INCLUDE -#if defined(USE_SYSTEM_ZLIB) -#define SK_ZLIB_INCLUDE -#else -#define SK_ZLIB_INCLUDE "third_party/zlib/zlib.h" -#define MOZ_Z_inflate inflate -#define MOZ_Z_inflateInit_ inflateInit_ -#define MOZ_Z_inflateEnd inflateEnd -#define MOZ_Z_deflate deflate -#define MOZ_Z_deflateInit_ deflateInit_ -#define MOZ_Z_deflateEnd deflateEnd -#endif - -/* Define this to allow PDF scalars above 32k. The PDF/A spec doesn't allow - them, but modern PDF interpreters should handle them just fine. - */ -//#define SK_ALLOW_LARGE_PDF_SCALARS - -/* Define this to remove dimension checks on bitmaps. Not all blits will be - correct yet, so this is mostly for debugging the implementation. - */ -//#define SK_ALLOW_OVER_32K_BITMAPS - /* To write debug messages to a console, skia will call SkDebugf(...) following printf conventions (e.g. const char* format, ...). If you want to redirect -- cgit v1.1