| Index: ui/ozone/platform/cast/surface_factory_cast.cc
|
| diff --git a/ui/ozone/platform/cast/surface_factory_cast.cc b/ui/ozone/platform/cast/surface_factory_cast.cc
|
| index bb3e60dc49a8475f7b6ccac9859183051241fe77..a6597b9b8c9bf777c37fefe26b4220fc73f17c2d 100644
|
| --- a/ui/ozone/platform/cast/surface_factory_cast.cc
|
| +++ b/ui/ozone/platform/cast/surface_factory_cast.cc
|
| @@ -194,6 +194,8 @@ scoped_refptr<NativePixmap> SurfaceFactoryCast::CreateNativePixmap(
|
| gfx::BufferFormat GetBufferFormat() override {
|
| return gfx::BufferFormat::BGRA_8888;
|
| }
|
| + gfx::Size GetBufferSize() const override { return gfx::Size(); }
|
| +
|
| bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget,
|
| int plane_z_order,
|
| gfx::OverlayTransform plane_transform,
|
|
|