| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index a6006991e91780f644b2df1fbe1c410256431288..dc1bb13e7ee78d9b1a198459ece80e24613a27f5 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -48,7 +48,6 @@ class SingleThreadProxy : public Proxy, LayerTreeHostImplClient {
|
| virtual void Start() OVERRIDE;
|
| virtual void Stop() OVERRIDE;
|
| virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
|
| - virtual void AcquireLayerTextures() OVERRIDE {}
|
| virtual void ForceSerializeOnSwapBuffers() OVERRIDE;
|
| virtual scoped_ptr<base::Value> AsValue() const OVERRIDE;
|
| virtual bool CommitPendingForTesting() OVERRIDE;
|
|
|