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

Unified Diff: src/pathops/SkPathOpsDebug.h

Issue 14072002: Make parallel unit testing work on windows (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 8 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 | « gyp/pathops_unittest.gyp ('k') | tests/PathOpsCubicIntersectionTestData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/pathops/SkPathOpsDebug.h
===================================================================
--- src/pathops/SkPathOpsDebug.h (revision 8570)
+++ src/pathops/SkPathOpsDebug.h (working copy)
@@ -18,8 +18,6 @@
#define ONE_OFF_DEBUG 0
#define ONE_OFF_DEBUG_MATHEMATICA 0
-#if defined SK_DEBUG || !FORCE_RELEASE
-
#ifdef SK_BUILD_FOR_WIN
#define SK_RAND(seed) rand()
#define SK_SNPRINTF _snprintf
@@ -28,12 +26,15 @@
#define SK_SNPRINTF snprintf
#endif
+#if defined SK_DEBUG || !FORCE_RELEASE
+
void mathematica_ize(char* str, size_t bufferSize);
bool valid_wind(int winding);
void winding_printf(int winding);
extern int gDebugMaxWindSum;
extern int gDebugMaxWindValue;
+
#endif
#if FORCE_RELEASE
« no previous file with comments | « gyp/pathops_unittest.gyp ('k') | tests/PathOpsCubicIntersectionTestData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698