| 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 fb4f3142e3aa75f142f3be5b0188e7bc36430a06..2d3128cc3503336d7c949687422385a4e892722a 100644
|
| --- a/cc/test/fake_web_compositor_output_surface.h
|
| +++ b/cc/test/fake_web_compositor_output_surface.h
|
| @@ -5,7 +5,6 @@
|
| #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>
|
| @@ -31,7 +30,7 @@ public:
|
| {
|
| if (!m_context3D)
|
| return true;
|
| - DCHECK(client);
|
| + ASSERT(client);
|
| if (!m_context3D->makeContextCurrent())
|
| return false;
|
| m_client = client;
|
|
|