| Index: cc/trees/single_thread_proxy.h
|
| diff --git a/cc/trees/single_thread_proxy.h b/cc/trees/single_thread_proxy.h
|
| index 099c22383317ef4ac57d8172acde2133690c6afe..3b69668f69969d7b7101a3fbde0a77f599b4cad0 100644
|
| --- a/cc/trees/single_thread_proxy.h
|
| +++ b/cc/trees/single_thread_proxy.h
|
| @@ -41,7 +41,6 @@ class CC_EXPORT SingleThreadProxy : public Proxy,
|
| void SetOutputSurface(OutputSurface* output_surface) override;
|
| void ReleaseOutputSurface() override;
|
| void SetVisible(bool visible) override;
|
| - void SetThrottleFrameProduction(bool throttle) override;
|
| const RendererCapabilities& GetRendererCapabilities() const override;
|
| void SetNeedsAnimate() override;
|
| void SetNeedsUpdateLayers() override;
|
|
|