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

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

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_thread.h
diff --git a/ui/ozone/platform/drm/gpu/drm_thread.h b/ui/ozone/platform/drm/gpu/drm_thread.h
index 9b44e64a01434db560fcd8e599cf580c5c71b514..0af954b7b759645f9ecc724fb7aed2b156d39293 100644
--- a/ui/ozone/platform/drm/gpu/drm_thread.h
+++ b/ui/ozone/platform/drm/gpu/drm_thread.h
@@ -94,7 +94,8 @@ class DrmThread : public base::Thread, public ozone::mojom::DeviceCursor {
gfx::AcceleratedWidget widget,
const std::vector<OverlayCheck_Params>& overlays,
base::OnceCallback<void(gfx::AcceleratedWidget,
- const std::vector<OverlayCheck_Params>&)>
+ const std::vector<OverlayCheck_Params>&,
+ const std::vector<OverlayCheckReturn_Params>&)>
callback);
void RefreshNativeDisplays(
base::OnceCallback<void(const std::vector<DisplaySnapshot_Params>&)>

Powered by Google App Engine
This is Rietveld 408576698