Chromium Code Reviews| Index: src/gpu/gr_unittests.cpp |
| diff --git a/src/gpu/gr_unittests.cpp b/src/gpu/gr_unittests.cpp |
| index f586a94be757816c5bb191e8b768a69a6656e8f7..cf298cc1990c06ff7d599d6eb99e0780d9c0b4ee 100644 |
| --- a/src/gpu/gr_unittests.cpp |
| +++ b/src/gpu/gr_unittests.cpp |
| @@ -74,7 +74,7 @@ static void test_binHashKey() |
| void gr_run_unittests() { |
| - GR_DEBUGCODE(test_bsearch();) |
| + SkDEBUGCODE(test_bsearch();) |
| test_binHashKey(); |
| GrRedBlackTree<int>::UnitTest(); |
| } |