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

Unified Diff: cc/tiled_layer_unittest.cc

Issue 11196014: Revert "cc: Switch to Chromium DCHECKs LOGs" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « cc/tiled_layer_impl.cc ('k') | cc/timer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/tiled_layer_unittest.cc
diff --git a/cc/tiled_layer_unittest.cc b/cc/tiled_layer_unittest.cc
index 980ca65dc066a6bd12271e82e05b80a3b595ef5c..11c4acc7e3ebd3fa5ee36ec9cf92e296700bab4a 100644
--- a/cc/tiled_layer_unittest.cc
+++ b/cc/tiled_layer_unittest.cc
@@ -101,7 +101,7 @@ public:
void updateTextures()
{
DebugScopedSetImplThreadAndMainThreadBlocked implThreadAndMainThreadBlocked;
- DCHECK(m_queue);
+ ASSERT(m_queue);
scoped_ptr<CCTextureUpdateController> updateController =
CCTextureUpdateController::create(
NULL,
« no previous file with comments | « cc/tiled_layer_impl.cc ('k') | cc/timer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698