| 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..effacbbe493f6c072c3c4f69fb3c5e04e4d8e29e 100644
|
| --- a/ui/ozone/platform/dri/gbm_surface_factory.h
|
| +++ b/ui/ozone/platform/dri/gbm_surface_factory.h
|
| @@ -27,6 +27,7 @@ class GbmSurfaceFactory : public DriSurfaceFactory {
|
|
|
| // DriSurfaceFactory:
|
| intptr_t GetNativeDisplay() override;
|
| + virtual int GetDrmFd() override;
|
| const int32_t* GetEGLSurfaceProperties(const int32_t* desired_list) override;
|
| bool LoadEGLGLES2Bindings(
|
| AddGLLibraryCallback add_gl_library,
|
|
|