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

Unified Diff: cc/CCTimer.cpp

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
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
Index: cc/CCTimer.cpp
diff --git a/cc/CCTimer.cpp b/cc/CCTimer.cpp
index 089c12b19b52cd876abb582f0be2d73d6bbefebe..b5b920619834df8fbff1fdd1206ec8c637a89965 100644
--- a/cc/CCTimer.cpp
+++ b/cc/CCTimer.cpp
@@ -7,6 +7,7 @@
#include "CCTimer.h"
#include "base/compiler_specific.h"
+#include "base/logging.h"
#include "CCThread.h"
namespace cc {
@@ -24,7 +25,7 @@ public:
if (!m_timer)
return;
- ASSERT(m_timer->m_task == this);
+ DCHECK(m_timer->m_task == this);
m_timer->stop();
}
« cc/CCCompletionEvent.h ('K') | « cc/CCTiledLayerImpl.cpp ('k') | cc/CCVideoLayerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698