| Index: media/gpu/avda_surface_bundle.cc
|
| diff --git a/media/gpu/avda_surface_bundle.cc b/media/gpu/avda_surface_bundle.cc
|
| index 608519bb936e3f4163421d2cc3f57fbea95a7554..9d0f3624fe5d9e543797391745cea2d8ed754824 100644
|
| --- a/media/gpu/avda_surface_bundle.cc
|
| +++ b/media/gpu/avda_surface_bundle.cc
|
| @@ -7,7 +7,8 @@
|
|
|
| namespace media {
|
|
|
| -AVDASurfaceBundle::AVDASurfaceBundle(int surface_id) : surface_id(surface_id) {}
|
| +AVDASurfaceBundle::AVDASurfaceBundle(std::unique_ptr<AndroidOverlay> overlay)
|
| + : overlay(std::move(overlay)) {}
|
|
|
| AVDASurfaceBundle::~AVDASurfaceBundle() {
|
| // Explicitly free the surface first, just to be sure that it's deleted before
|
|
|