| Index: cc/trees/layer_tree_host.h
|
| diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
|
| index b17b5a4c4a77e2f3f943920bd30e68c95a880bbe..2c9cdaf79886555bc60e00d4efea30011bd1fd04 100644
|
| --- a/cc/trees/layer_tree_host.h
|
| +++ b/cc/trees/layer_tree_host.h
|
| @@ -113,6 +113,7 @@ class CC_EXPORT LayerTreeHost {
|
| void WillBeginMainFrame();
|
| void DidBeginMainFrame();
|
| void BeginMainFrame(const BeginFrameArgs& args);
|
| + void BeginMainFrameNotExpectedSoon();
|
| void AnimateLayers(base::TimeTicks monotonic_frame_begin_time);
|
| void DidStopFlinging();
|
| void Layout();
|
|
|