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 37f1306110fe427509ac97d7469cd7462cb8ae28..b76d3d81a749772d2229b107136f62ec8d5036c9 100644 |
| --- a/cc/trees/layer_tree_host_impl.h |
| +++ b/cc/trees/layer_tree_host_impl.h |
| @@ -227,6 +227,9 @@ class CC_EXPORT LayerTreeHostImpl |
| LayerImplList will_draw_layers; |
| bool has_no_damage; |
| bool may_contain_video; |
| + uint32_t begin_frame_source_id; |
| + uint64_t begin_frame_sequence_number; |
| + uint64_t latest_confirmed_begin_frame_sequence_number; |
|
brianderson
2017/02/24 01:08:36
Can this be an instance of the BeginFrameAck struc
Eric Seckler
2017/02/27 11:50:32
Done.
|
| // RenderPassSink implementation. |
| void AppendRenderPass(std::unique_ptr<RenderPass> render_pass) override; |