Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index c6f281b53568e54a96bad02ac9d9b0a574f8de22..e07e9a213599bc9df14fb56547a18a15c58d2af9 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -67,6 +67,8 @@ class CC_EXPORT Proxy { |
| virtual void SetVisible(bool visible) = 0; |
| + virtual void SetThrottleFrameProduction(bool throttle) = 0; |
| + |
| virtual const RendererCapabilities& GetRendererCapabilities() const = 0; |
| virtual void SetNeedsAnimate() = 0; |