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

Unified Diff: cc/test/scheduler_test_common.cc

Issue 11048044: cc: Switch to Chromium DCHECKs and LOGs (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase 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/test/scheduler_test_common.cc
diff --git a/cc/test/scheduler_test_common.cc b/cc/test/scheduler_test_common.cc
index 728cdc52f7ad1e411583e1cd4939edad48211af2..a8ace32e755e9c1f48b6d2e5838975d5de69cff5 100644
--- a/cc/test/scheduler_test_common.cc
+++ b/cc/test/scheduler_test_common.cc
@@ -6,6 +6,8 @@
#include "CCSchedulerTestCommon.h"
+#include "cc/dcheck.h"
+
namespace WebKitTests {
void FakeCCTimeSourceClient::onTimerTick()
@@ -24,7 +26,7 @@ FakeCCThread::~FakeCCThread()
void FakeCCThread::postTask(PassOwnPtr<Task>)
{
- ASSERT_NOT_REACHED();
+ NOTREACHED();
}
void FakeCCThread::postDelayedTask(PassOwnPtr<Task> task, long long delay)
« no previous file with comments | « cc/test/scheduler_test_common.h ('k') | cc/texture_copier.cc » ('j') | cc/yuv_video_draw_quad.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698