| Index: ui/ozone/public/surface_factory_ozone.h
|
| diff --git a/ui/ozone/public/surface_factory_ozone.h b/ui/ozone/public/surface_factory_ozone.h
|
| index 62df13e50740423de6567804d69e4c010eb5c40f..ca045cd5538242885294c0be35d1b80cef1f1d49 100644
|
| --- a/ui/ozone/public/surface_factory_ozone.h
|
| +++ b/ui/ozone/public/surface_factory_ozone.h
|
| @@ -83,6 +83,10 @@ class OZONE_BASE_EXPORT SurfaceFactoryOzone {
|
| // display connection for the native display.
|
| virtual intptr_t GetNativeDisplay();
|
|
|
| + // Returns Drm file descriptor. This is used to obtain access to the
|
| + // driver interface by other API than GL.
|
| + virtual int GetDrmFd();
|
| +
|
| // Create SurfaceOzoneEGL for the specified gfx::AcceleratedWidget.
|
| //
|
| // Note: When used from content, this is called in the GPU process. The
|
|
|