| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index bf5520e2a39bc5787ced71b5832aaaf1b1e681d3..183f495f63dd640544e48b25bfdac70471772ff1 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -384,6 +384,7 @@ class CC_EXPORT LayerTreeHost : public NON_EXPORTED_BASE(SurfaceReferenceOwner),
|
| void DidBeginMainFrame();
|
| void BeginMainFrame(const BeginFrameArgs& args);
|
| void BeginMainFrameNotExpectedSoon();
|
| + void BeginMainFrameNotExpectedUntil(base::TimeTicks time);
|
| void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
|
| void RequestMainFrameUpdate();
|
| void FinishCommitOnImplThread(LayerTreeHostImpl* host_impl);
|
|
|