Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(564)

Unified Diff: ui/ozone/platform/drm/gpu/drm_overlay_validator.h

Issue 2896173002: ozone: introduce OverlayCheckReturn_Params (Closed)
Patch Set: refactoring Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698