| Index: ui/ozone/platform/drm/gpu/drm_thread.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread.h b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| index 130b0dc4e332ad9c8ae428b8cd3bdedeb5678e77..0edd26c71c8fa25b09a9249c52f4896edaaf611c 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread.h
|
| @@ -59,6 +59,8 @@ class DrmThread : public base::Thread {
|
| gfx::BufferUsage usage,
|
| scoped_refptr<GbmBuffer>* buffer);
|
|
|
| + void GetScanoutFormats(gfx::AcceleratedWidget widget,
|
| + std::vector<gfx::BufferFormat>* scanout_formats);
|
| void SchedulePageFlip(gfx::AcceleratedWidget widget,
|
| const std::vector<OverlayPlane>& planes,
|
| const SwapCompletionCallback& callback);
|
|
|