| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index 277f05c0b8aa0e3647d8f479c25de31d439665e9..419639a4a0f1129f7397b9ad870929955e17c6a5 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -58,6 +58,7 @@ class ResourceUpdateQueue;
|
| class SharedBitmapManager;
|
| class TopControlsManager;
|
| class UIResourceRequest;
|
| +struct BeginFrameArgs;
|
| struct RenderingStats;
|
| struct ScrollAndScaleSet;
|
|
|
| @@ -299,6 +300,12 @@ class CC_EXPORT LayerTreeHost {
|
|
|
| void BreakSwapPromises(SwapPromise::DidNotSwapReason reason);
|
|
|
| + void SetAuthoritativeVSyncInterval(base::TimeDelta interval);
|
| +
|
| + void SetChildrenNeedBeginFrames(bool need_begin_frame);
|
| +
|
| + void SendBeginFrameToChildren(const BeginFrameArgs& args);
|
| +
|
| protected:
|
| LayerTreeHost(LayerTreeHostClient* client,
|
| SharedBitmapManager* manager,
|
|
|