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

Unified Diff: cc/rate_limiter.cc

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/rate_limiter.cc
diff --git a/cc/rate_limiter.cc b/cc/rate_limiter.cc
index f4e8a55f877971c24a7151a209d0842312ef93f9..5320d486220ae3af8a58662695870cf656359acc 100644
--- a/cc/rate_limiter.cc
+++ b/cc/rate_limiter.cc
@@ -47,7 +47,7 @@ RateLimiter::RateLimiter(WebKit::WebGraphicsContext3D* context, RateLimiterClien
, m_active(false)
, m_client(client)
{
- ASSERT(context);
+ CC_DCHECK(context);
}
RateLimiter::~RateLimiter()

Powered by Google App Engine
This is Rietveld 408576698