| 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 179576f54cb09e27e6b772a9252679c9c54eea5d..0fe13b5cdd5a13a8214ce7a67a5db2c6e19f0ff8 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 "FakeWebCompositorSoftwareOutputDevice.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;
|
|
|