Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 29ca100b0278bcd571dfbe942115ea000407869a..7799ff328ebdcdb7fcfd4260429c2d6ea450ed01 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -12,11 +12,6 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { |
bool FakeProxy::IsStarted() const { return true; } |
-void FakeProxy::CreateAndInitializeOutputSurface() { |
- DCHECK(layer_tree_host_); |
- layer_tree_host_->OnCreateAndInitializeOutputSurfaceAttempted(true); |
-} |
- |
const RendererCapabilities& FakeProxy::GetRendererCapabilities() const { |
return capabilities_; |
} |