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..337b19ce41f2c073ba46efee1557a048142465c1 100644 |
--- a/cc/test/fake_web_compositor_output_surface.h |
+++ b/cc/test/fake_web_compositor_output_surface.h |
@@ -6,6 +6,7 @@ |
#define FakeWebCompositorOutputSurface_h |
#include "base/memory/scoped_ptr.h" |
+#include "cc/dcheck.h" |
#include "cc/test/fake_web_compositor_software_output_device.h" |
#include <public/WebCompositorOutputSurface.h> |
#include <public/WebGraphicsContext3D.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; |