Chromium Code Reviews| Index: cc/prioritized_texture_manager.h |
| diff --git a/cc/prioritized_texture_manager.h b/cc/prioritized_texture_manager.h |
| index e8998b03d93e6855226d59dbab63bbcdc86b5ab6..a0c95b449f969a7de97910d34fc7add2bab782d9 100644 |
| --- a/cc/prioritized_texture_manager.h |
| +++ b/cc/prioritized_texture_manager.h |
| @@ -140,7 +140,7 @@ private: |
| void deleteUnlinkedEvictedBackings(); |
| void sortBackings(); |
| -#if !ASSERT_DISABLED |
| +#if CC_DCHECK_ENABLED |
| void assertInvariants(); |
| #endif |