Index: cc/trees/thread_proxy.h |
diff --git a/cc/trees/thread_proxy.h b/cc/trees/thread_proxy.h |
index 6ca21d575ee4837da4e8000f1efd792d2e51f0e5..f8808f90870e41c9ef4c46ce1e146a9804712cbd 100644 |
--- a/cc/trees/thread_proxy.h |
+++ b/cc/trees/thread_proxy.h |
@@ -157,6 +157,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void SetOutputSurface(scoped_ptr<OutputSurface>) override; |
void SetLayerTreeHostClientReady() override; |
void SetVisible(bool visible) override; |
+ void SetThrottleFrameProduction(bool throttle) override; |
const RendererCapabilities& GetRendererCapabilities() const override; |
void SetNeedsAnimate() override; |
void SetNeedsUpdateLayers() override; |
@@ -261,6 +262,7 @@ class CC_EXPORT ThreadProxy : public Proxy, |
void InitializeImplOnImplThread(CompletionEvent* completion); |
void SetLayerTreeHostClientReadyOnImplThread(); |
void SetVisibleOnImplThread(CompletionEvent* completion, bool visible); |
+ void SetThrottleFrameProductionOnImplThread(bool throttle); |
void HasInitializedOutputSurfaceOnImplThread( |
CompletionEvent* completion, |
bool* has_initialized_output_surface); |