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