| Index: cc/texture_copier.cc
|
| diff --git a/cc/texture_copier.cc b/cc/texture_copier.cc
|
| index f60abf6af330f35dcf5c27a418047b12f0aae293..c14d82c1ae8ef7c599ce795efd7151652c1d5eb1 100644
|
| --- a/cc/texture_copier.cc
|
| +++ b/cc/texture_copier.cc
|
| @@ -17,7 +17,7 @@ AcceleratedTextureCopier::AcceleratedTextureCopier(WebKit::WebGraphicsContext3D*
|
| : m_context(context)
|
| , m_usingBindUniforms(usingBindUniforms)
|
| {
|
| - ASSERT(m_context);
|
| + CC_DCHECK(m_context);
|
| GLC(m_context, m_fbo = m_context->createFramebuffer());
|
| GLC(m_context, m_positionBuffer = m_context->createBuffer());
|
|
|
|
|