| 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 6ccd0fc0de427713ec35a5927ff3da194ba59013..07162c06159669372fa6ebe585eb25dd02999243 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
|
| const LayerImplList* render_surface_layer_list;
|
| LayerImplList will_draw_layers;
|
| bool has_no_damage;
|
| + bool may_contain_video;
|
|
|
| // RenderPassSink implementation.
|
| void AppendRenderPass(std::unique_ptr<RenderPass> render_pass) override;
|
|
|