Index: cc/test/fake_proxy.h |
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h |
index 341d54142eb8c91b6fa25024cfe6bd32a49178b1..040c12bdef70b7695409b73b8b20f544e908d353 100644 |
--- a/cc/test/fake_proxy.h |
+++ b/cc/test/fake_proxy.h |
@@ -23,7 +23,6 @@ class FakeProxy : 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 {} |