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

Unified Diff: cc/VideoLayerChromium.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/VideoLayerChromium.cpp
diff --git a/cc/VideoLayerChromium.cpp b/cc/VideoLayerChromium.cpp
index 03ecbca12aea7a4ca1c4522d7fb22f9f36c2dd21..120cc6a45921df8e2f6645148ec2bfe7cebc923e 100644
--- a/cc/VideoLayerChromium.cpp
+++ b/cc/VideoLayerChromium.cpp
@@ -20,7 +20,7 @@ VideoLayerChromium::VideoLayerChromium(WebKit::WebVideoFrameProvider* provider)
: LayerChromium()
, m_provider(provider)
{
- ASSERT(m_provider);
+ DCHECK(m_provider);
}
VideoLayerChromium::~VideoLayerChromium()

Powered by Google App Engine
This is Rietveld 408576698