Index: tests/MatrixClipCollapseTest.cpp |
diff --git a/tests/MatrixClipCollapseTest.cpp b/tests/MatrixClipCollapseTest.cpp |
index c9940272c0b15cffd97d52e284afe106a6368bac..36a3ea4c9876dd3de06a54d1ec76208b801930df 100644 |
--- a/tests/MatrixClipCollapseTest.cpp |
+++ b/tests/MatrixClipCollapseTest.cpp |
@@ -6,6 +6,9 @@ |
*/ |
#include "Test.h" |
+ |
+#ifdef SK_COLLAPSE_MATRIX_CLIP_STATE |
+ |
#include "SkCanvas.h" |
#include "SkDebugCanvas.h" |
#include "SkPicture.h" |
@@ -52,7 +55,6 @@ |
// system is ready for prime time |
// bench the recording times with/without matrix/clip collapsing |
-#ifdef SK_COLLAPSE_MATRIX_CLIP_STATE |
// Enable/disable debugging helper code |
//#define TEST_COLLAPSE_MATRIX_CLIP_STATE 1 |