Index: cc/test/test_context_provider.cc |
diff --git a/cc/test/test_context_provider.cc b/cc/test/test_context_provider.cc |
index dda6e81f15e01f533043df8bf7004bec8baa137f..dad212283fe1c7cfa1acfec70950801386dc224a 100644 |
--- a/cc/test/test_context_provider.cc |
+++ b/cc/test/test_context_provider.cc |
@@ -92,10 +92,6 @@ ContextProvider::Capabilities TestContextProvider::ContextCapabilities() { |
return context3d_->test_capabilities(); |
} |
-blink::WebGraphicsContext3D* TestContextProvider::Context3d() { |
- return NULL; |
-} |
- |
gpu::gles2::GLES2Interface* TestContextProvider::ContextGL() { |
DCHECK(context3d_); |
DCHECK(bound_); |