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 5574e954716b93f5fb8798ec6bc92ccbc200a449..d4b1ec593bf4673a141080b16aae3848d93eda7d 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 "base/logging.h" |
#include "base/memory/scoped_ptr.h" |
#include "cc/test/fake_web_compositor_software_output_device.h" |
#include <public/WebCompositorOutputSurface.h> |
@@ -28,7 +29,7 @@ public: |
{ |
if (!m_context3D) |
return true; |
- ASSERT(client); |
+ DCHECK(client); |
if (!m_context3D->makeContextCurrent()) |
return false; |
m_client = client; |