Chromium Code Reviews| Index: cc/trees/layer_tree_host_impl.h |
| diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h |
| index 878747874c7298b93b554ab645f0c15fe1309dd5..8a16ee3d40d7651fbc29076de8cf565e1854a210 100644 |
| --- a/cc/trees/layer_tree_host_impl.h |
| +++ b/cc/trees/layer_tree_host_impl.h |
| @@ -185,6 +185,7 @@ class CC_EXPORT LayerTreeHostImpl |
| virtual void CommitComplete(); |
| virtual void Animate(base::TimeTicks monotonic_time); |
| virtual void UpdateAnimationState(bool start_ready_animations); |
| + virtual bool IsTesting(); |
|
awoloszyn
2014/08/14 17:37:27
This is used to trigger RenderSurface creation on
danakj
2014/08/14 17:44:20
Oh gosh. Maybe we need to be refactoring our unit
|
| void ActivateAnimations(); |
| void MainThreadHasStoppedFlinging(); |
| void UpdateBackgroundAnimateTicking(bool should_background_tick); |