Index: cc/test/test_context_provider.cc |
diff --git a/cc/test/test_context_provider.cc b/cc/test/test_context_provider.cc |
index 626b587b3145261faa06cd9f653c7edd449e7dcb..dda6e81f15e01f533043df8bf7004bec8baa137f 100644 |
--- a/cc/test/test_context_provider.cc |
+++ b/cc/test/test_context_provider.cc |
@@ -93,10 +93,7 @@ ContextProvider::Capabilities TestContextProvider::ContextCapabilities() { |
} |
blink::WebGraphicsContext3D* TestContextProvider::Context3d() { |
- DCHECK(bound_); |
- DCHECK(context_thread_checker_.CalledOnValidThread()); |
- |
- return context3d_.get(); |
+ return NULL; |
} |
gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() { |