Chromium Code Reviews| Index: cc/trees/proxy.h |
| diff --git a/cc/trees/proxy.h b/cc/trees/proxy.h |
| index feeab43b507603a43c8bf66d3338cb4685cb0c90..c6f281b53568e54a96bad02ac9d9b0a574f8de22 100644 |
| --- a/cc/trees/proxy.h |
| +++ b/cc/trees/proxy.h |
| @@ -104,6 +104,8 @@ class CC_EXPORT Proxy { |
| virtual void SetDebugState(const LayerTreeDebugState& debug_state) = 0; |
| + virtual void SetChildrenNeedBeginFrames(bool children_need_begin_frames) = 0; |
| + |
| // Testing hooks |
| virtual bool MainFrameWillHappenForTesting() = 0; |