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

Unified Diff: cc/prioritized_texture_manager.h

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: with-presubmit Created 8 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698