| Index: cc/surfaces/surface_aggregator.h
|
| diff --git a/cc/surfaces/surface_aggregator.h b/cc/surfaces/surface_aggregator.h
|
| index a06ba877d0d1990b3f965ff0aa58f16bfe0a1de5..0e6b44d5a44b57cdb4244755e7b790176ada0307 100644
|
| --- a/cc/surfaces/surface_aggregator.h
|
| +++ b/cc/surfaces/surface_aggregator.h
|
| @@ -60,6 +60,7 @@ class CC_SURFACES_EXPORT SurfaceAggregator {
|
| // This is the set of Surfaces that were referenced by another Surface, but
|
| // not included in a SurfaceDrawQuad.
|
| std::set<SurfaceId> undrawn_surfaces;
|
| + bool may_contain_video = false;
|
| };
|
|
|
| ClipData CalculateClipRect(const ClipData& surface_clip,
|
|
|