| Index: ui/ozone/platform/drm/gpu/drm_thread.cc
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_thread.cc b/ui/ozone/platform/drm/gpu/drm_thread.cc
|
| index 06bec8a910b45340095f70692bb30c3c995e795c..cee94ad6cee706330e7c7f49605a4142a5fb8795 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_thread.cc
|
| +++ b/ui/ozone/platform/drm/gpu/drm_thread.cc
|
| @@ -163,6 +163,13 @@ void DrmThread::GetScanoutFormats(
|
| display_manager_->GetScanoutFormats(widget, scanout_formats);
|
| }
|
|
|
| +void DrmThread::GetScanoutFormatsWithModifiers(
|
| + gfx::AcceleratedWidget widget,
|
| + gfx::GpuMemoryBufferAttribVector* scanout_combinations) {
|
| + display_manager_->GetScanoutFormatsWithModifiers(widget,
|
| + scanout_combinations);
|
| +}
|
| +
|
| void DrmThread::SchedulePageFlip(gfx::AcceleratedWidget widget,
|
| const std::vector<OverlayPlane>& planes,
|
| const SwapCompletionCallback& callback) {
|
|
|