| Index: cc/test/fake_proxy.h
|
| diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
|
| index 6d9113a65029d0b292f83a61cd96151b3b0a92f3..b6240c2fb7dad0aff11fe69950e31e712d30f47e 100644
|
| --- a/cc/test/fake_proxy.h
|
| +++ b/cc/test/fake_proxy.h
|
| @@ -21,8 +21,6 @@ class FakeProxy : public Proxy {
|
|
|
| void SetLayerTreeHost(LayerTreeHost* host);
|
|
|
| - virtual bool CompositeAndReadback(void* pixels,
|
| - const gfx::Rect& rect) OVERRIDE;
|
| virtual void FinishAllRendering() OVERRIDE {}
|
| virtual bool IsStarted() const OVERRIDE;
|
| virtual void SetLayerTreeHostClientReady() OVERRIDE {}
|
|
|