Index: cc/test/fake_proxy.cc |
diff --git a/cc/test/fake_proxy.cc b/cc/test/fake_proxy.cc |
index 23e8d21573ba66fee970cdbaf52832108fb39a71..29ca100b0278bcd571dfbe942115ea000407869a 100644 |
--- a/cc/test/fake_proxy.cc |
+++ b/cc/test/fake_proxy.cc |
@@ -10,10 +10,6 @@ void FakeProxy::SetLayerTreeHost(LayerTreeHost* host) { |
layer_tree_host_ = host; |
} |
-bool FakeProxy::CompositeAndReadback(void* pixels, const gfx::Rect& rect) { |
- return true; |
-} |
- |
bool FakeProxy::IsStarted() const { return true; } |
void FakeProxy::CreateAndInitializeOutputSurface() { |