diff options
Diffstat (limited to 'tests/MatrixClipCollapseTest.cpp')
-rw-r--r-- | tests/MatrixClipCollapseTest.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/MatrixClipCollapseTest.cpp b/tests/MatrixClipCollapseTest.cpp index c9940272c0..36a3ea4c98 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 |