| Index: cc/layers/video_layer_impl.cc
|
| diff --git a/cc/layers/video_layer_impl.cc b/cc/layers/video_layer_impl.cc
|
| index 299c446ff609f621438cd36d0536f804f3b56460..17fb3333f0695114c23bcf2f525eb087776c71ff 100644
|
| --- a/cc/layers/video_layer_impl.cc
|
| +++ b/cc/layers/video_layer_impl.cc
|
| @@ -51,7 +51,9 @@ VideoLayerImpl::VideoLayerImpl(
|
| : LayerImpl(tree_impl, id),
|
| provider_client_impl_(std::move(provider_client_impl)),
|
| frame_(nullptr),
|
| - video_rotation_(video_rotation) {}
|
| + video_rotation_(video_rotation) {
|
| + set_may_contain_video(true);
|
| +}
|
|
|
| VideoLayerImpl::~VideoLayerImpl() {
|
| if (!provider_client_impl_->Stopped()) {
|
|
|