| Index: ui/ozone/platform/cast/surface_factory_cast.h
|
| diff --git a/ui/ozone/platform/cast/surface_factory_cast.h b/ui/ozone/platform/cast/surface_factory_cast.h
|
| index fd7ab824f39c2f05b35b89174b18029318f9c932..669af5295c41a87b97119e1740178db556def845 100644
|
| --- a/ui/ozone/platform/cast/surface_factory_cast.h
|
| +++ b/ui/ozone/platform/cast/surface_factory_cast.h
|
| @@ -33,6 +33,7 @@ class SurfaceFactoryCast : public SurfaceFactoryOzone {
|
| intptr_t GetNativeDisplay() override;
|
| scoped_ptr<SurfaceOzoneEGL> CreateEGLSurfaceForWidget(
|
| gfx::AcceleratedWidget widget) override;
|
| + const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list) override;
|
| scoped_refptr<NativePixmap> CreateNativePixmap(
|
| gfx::AcceleratedWidget widget,
|
| gfx::Size size,
|
|
|