Index: cc/test/fake_web_compositor_output_surface.h |
diff --git a/cc/test/fake_web_compositor_output_surface.h b/cc/test/fake_web_compositor_output_surface.h |
index 2d3128cc3503336d7c949687422385a4e892722a..16323bf8861de74c87b4e01aae22c61fb01addbb 100644 |
--- a/cc/test/fake_web_compositor_output_surface.h |
+++ b/cc/test/fake_web_compositor_output_surface.h |
@@ -5,6 +5,7 @@ |
#ifndef FakeWebCompositorOutputSurface_h |
#define FakeWebCompositorOutputSurface_h |
+#include "cc/dcheck.h" |
#include "base/memory/scoped_ptr.h" |
#include "cc/test/fake_web_compositor_software_output_device.h" |
#include <public/WebCompositorOutputSurface.h> |
@@ -30,7 +31,7 @@ public: |
{ |
if (!m_context3D) |
return true; |
- ASSERT(client); |
+ CC_DCHECK(client); |
if (!m_context3D->makeContextCurrent()) |
return false; |
m_client = client; |