Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index f91082e9ae264821b736e82460a7de4af3db93a4..6d9113a65029d0b292f83a61cd96151b3b0a92f3 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -43,7 +43,6 @@ class FakeProxy : public Proxy { |
virtual void Stop() OVERRIDE {} |
virtual void ForceSerializeOnSwapBuffers() OVERRIDE {} |
virtual size_t MaxPartialTextureUpdates() const OVERRIDE; |
- virtual void AcquireLayerTextures() OVERRIDE {} |
virtual void SetDebugState(const LayerTreeDebugState& debug_state) OVERRIDE {} |
virtual bool CommitPendingForTesting() OVERRIDE; |
virtual scoped_ptr<base::Value> AsValue() const OVERRIDE; |