| Index: ui/ozone/platform/drm/gpu/gbm_surface_factory.h
|
| diff --git a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
|
| index 5beb886865d6b24ffdaf11508f0d8ccdcb228547..0e6026a3e7299925e376f40e5c6d839a2955a279 100644
|
| --- a/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
|
| +++ b/ui/ozone/platform/drm/gpu/gbm_surface_factory.h
|
| @@ -31,6 +31,7 @@ class GbmSurfaceFactory : public SurfaceFactoryOzone {
|
| // SurfaceFactoryOzone:
|
| intptr_t GetNativeDisplay() override;
|
| const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list) override;
|
| + void GetSupportedFormats(std::vector<uint32_t>* support_formats) override;
|
| bool LoadEGLGLES2Bindings(
|
| AddGLLibraryCallback add_gl_library,
|
| SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;
|
|
|