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 174dd78cf03f39397863b3b35b1e8fe73a647460..a90686d0fb11486593bccf85f83a53b949893d04 100644 |
--- a/ui/ozone/platform/cast/surface_factory_cast.cc |
+++ b/ui/ozone/platform/cast/surface_factory_cast.cc |
@@ -193,6 +193,8 @@ scoped_refptr<NativePixmap> SurfaceFactoryCast::CreateNativePixmap( |
gfx::BufferFormat GetBufferFormat() override { |
return gfx::BufferFormat::LAST; |
} |
+ gfx::Size size() const override { return gfx::Size(); } |
+ |
bool ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
int plane_z_order, |
gfx::OverlayTransform plane_transform, |