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

Unified Diff: ui/ozone/platform/drm/gpu/drm_thread_message_proxy.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_message_proxy.h
diff --git a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
index 3ce4a3f2d0eef1f00f96df53054833f1a97d15e8..efbacc66be2569914dbd84c73d6bf15b496bf80f 100644
--- a/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
+++ b/ui/ozone/platform/drm/gpu/drm_thread_message_proxy.h
@@ -30,6 +30,7 @@ class DrmThread;
struct DisplayMode_Params;
struct DisplaySnapshot_Params;
struct OverlayCheck_Params;
+struct OverlayCheckReturn_Params;
class DrmThreadMessageProxy : public IPC::MessageFilter,
public InterThreadMessagingProxy {
@@ -80,7 +81,8 @@ class DrmThreadMessageProxy : public IPC::MessageFilter,
void OnCheckOverlayCapabilitiesCallback(
gfx::AcceleratedWidget widget,
- const std::vector<OverlayCheck_Params>& overlays) const;
+ const std::vector<OverlayCheck_Params>& overlays,
+ const std::vector<OverlayCheckReturn_Params>& returns) const;
void OnRefreshNativeDisplaysCallback(
const std::vector<DisplaySnapshot_Params>& displays) const;
void OnConfigureNativeDisplayCallback(int64_t display_id, bool success) const;

Powered by Google App Engine
This is Rietveld 408576698