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

Unified Diff: ui/ozone/platform/drm/host/drm_gpu_platform_support_host.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/host/drm_gpu_platform_support_host.h
diff --git a/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h b/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h
index c3778ab4f0c127f6cd40a2341f8a1d30770139e6..5611b961d740dc996ec0d407f53a1420a58948a9 100644
--- a/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h
+++ b/ui/ozone/platform/drm/host/drm_gpu_platform_support_host.h
@@ -110,7 +110,8 @@ class DrmGpuPlatformSupportHost : public GpuPlatformSupportHost,
bool OnMessageReceivedForDrmOverlayManager(const IPC::Message& message);
void OnOverlayResult(gfx::AcceleratedWidget widget,
- const std::vector<OverlayCheck_Params>& params);
+ const std::vector<OverlayCheck_Params>& params,
+ const std::vector<OverlayCheckReturn_Params>& returns);
int host_id_ = -1;
bool channel_established_ = false;

Powered by Google App Engine
This is Rietveld 408576698