| Index: cc/trees/proxy_impl.h
|
| diff --git a/cc/trees/proxy_impl.h b/cc/trees/proxy_impl.h
|
| index 3a6c82bd50b3ca74b80acfda7785e63e85f6fbe3..998463f76692a987a5e5028731bc69376403eacf 100644
|
| --- a/cc/trees/proxy_impl.h
|
| +++ b/cc/trees/proxy_impl.h
|
| @@ -20,7 +20,6 @@ class CC_EXPORT ProxyImpl {
|
| public:
|
| // Callback for impl side commands received from the channel.
|
| virtual void SetThrottleFrameProductionOnImpl(bool throttle) = 0;
|
| - virtual void SetLayerTreeHostClientReadyOnImpl() = 0;
|
|
|
| // TODO(khushalsagar): Rename as GetWeakPtr() once ThreadProxy is split.
|
| virtual base::WeakPtr<ProxyImpl> GetImplWeakPtr() = 0;
|
|
|