| Index: ui/ozone/platform/dri/gbm_surface_factory.h
 | 
| diff --git a/ui/ozone/platform/dri/gbm_surface_factory.h b/ui/ozone/platform/dri/gbm_surface_factory.h
 | 
| index 05ac0f9f01fa7aa301568bc444257660e17f56c5..46f578143f651135d23f80dcd15ad659b8627dc0 100644
 | 
| --- a/ui/ozone/platform/dri/gbm_surface_factory.h
 | 
| +++ b/ui/ozone/platform/dri/gbm_surface_factory.h
 | 
| @@ -27,7 +27,8 @@ class GbmSurfaceFactory : public DriSurfaceFactory {
 | 
|  
 | 
|    // DriSurfaceFactory:
 | 
|    intptr_t GetNativeDisplay() override;
 | 
| -  const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list) override;
 | 
| +  void* /* EGLConfig */ GetEGLSurfaceConfig(const EglConfigInfo& egl,
 | 
| +                                            SurfaceOzoneEGL* surface) override;
 | 
|    bool LoadEGLGLES2Bindings(
 | 
|        AddGLLibraryCallback add_gl_library,
 | 
|        SetGLGetProcAddressProcCallback set_gl_get_proc_address) override;
 | 
| 
 |