| 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..8b6f2d75bba29a622a324f015083a24b67c998d8 100644
|
| --- a/cc/trees/layer_tree_host_impl.h
|
| +++ b/cc/trees/layer_tree_host_impl.h
|
| @@ -227,6 +227,7 @@ class CC_EXPORT LayerTreeHostImpl
|
| LayerImplList will_draw_layers;
|
| bool has_no_damage;
|
| bool may_contain_video;
|
| + BeginFrameAck begin_frame_ack;
|
|
|
| // RenderPassSink implementation.
|
| void AppendRenderPass(std::unique_ptr<RenderPass> render_pass) override;
|
|
|