| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index afa029f2a11a466219fa72b749ca701f5f1cf37b..5e1a36740013c4b2a56882690127f0966d78f49b 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 DoShortIdleWork(const BeginFrameArgs& args);
|
| void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
|
| void RequestMainFrameUpdate();
|
| void FinishCommitOnImplThread(LayerTreeHostImpl* host_impl);
|
|
|