Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index a6b3cf735dcde0eae68d6e2beda841af19a34554..303db9620c5b037b6844e3282678b6d4fd978552 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -171,7 +171,6 @@ class CC_EXPORT ThreadProxy : public Proxy, |
bool IsStarted() const override; |
bool CommitToActiveTree() const override; |
void SetOutputSurface(OutputSurface* output_surface) override; |
- void SetLayerTreeHostClientReady() override; |
void SetVisible(bool visible) override; |
void SetThrottleFrameProduction(bool throttle) override; |
const RendererCapabilities& GetRendererCapabilities() const override; |
@@ -254,7 +253,6 @@ class CC_EXPORT ThreadProxy : public Proxy, |
// ProxyImpl implementation |
base::WeakPtr<ProxyImpl> GetImplWeakPtr() override; |
void SetThrottleFrameProductionOnImpl(bool throttle) override; |
- void SetLayerTreeHostClientReadyOnImpl() override; |
protected: |
ThreadProxy( |