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

Unified Diff: ui/ozone/platform/drm/gpu/drm_window.cc

Issue 2896173002: ozone: introduce OverlayCheckReturn_Params (Closed)
Patch Set: ozone: fix broken overlay promotion. 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_window.cc
diff --git a/ui/ozone/platform/drm/gpu/drm_window.cc b/ui/ozone/platform/drm/gpu/drm_window.cc
index 55bd1a05ae36c76df895b8737f010215e28be11d..2ec7689d6ef3f032a2e56f50047b11aab547e636 100644
--- a/ui/ozone/platform/drm/gpu/drm_window.cc
+++ b/ui/ozone/platform/drm/gpu/drm_window.cc
@@ -147,7 +147,7 @@ void DrmWindow::SchedulePageFlip(const std::vector<OverlayPlane>& planes,
controller_->SchedulePageFlip(last_submitted_planes_, std::move(callback));
}
-std::vector<OverlayCheck_Params> DrmWindow::TestPageFlip(
+std::vector<OverlayCheckReturn_Params> DrmWindow::TestPageFlip(
const std::vector<OverlayCheck_Params>& overlay_params) {
return overlay_validator_->TestPageFlip(overlay_params,
last_submitted_planes_);

Powered by Google App Engine
This is Rietveld 408576698