| Index: ui/ozone/platform/drm/gpu/drm_overlay_validator.h
|
| diff --git a/ui/ozone/platform/drm/gpu/drm_overlay_validator.h b/ui/ozone/platform/drm/gpu/drm_overlay_validator.h
|
| index 82793dd1b75a9fce7b64aecabbde5a6e80f2188d..aba31852d3ac3460826e2a691de3db74f2d7b258 100644
|
| --- a/ui/ozone/platform/drm/gpu/drm_overlay_validator.h
|
| +++ b/ui/ozone/platform/drm/gpu/drm_overlay_validator.h
|
| @@ -13,6 +13,7 @@ namespace ui {
|
| class DrmWindow;
|
| class ScanoutBufferGenerator;
|
| struct OverlayCheck_Params;
|
| +struct OverlayCheckReturn_Params;
|
|
|
| class DrmOverlayValidator {
|
| public:
|
| @@ -23,7 +24,7 @@ class DrmOverlayValidator {
|
| // Tests if configurations |params| are compatible with |window_| and finds
|
| // which of these configurations can be promoted to Overlay composition
|
| // without failing the page flip. It expects |params| to be sorted by z_order.
|
| - std::vector<OverlayCheck_Params> TestPageFlip(
|
| + std::vector<OverlayCheckReturn_Params> TestPageFlip(
|
| const std::vector<OverlayCheck_Params>& params,
|
| const OverlayPlaneList& last_used_planes);
|
|
|
|
|