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

Unified Diff: ui/ozone/platform/drm/host/drm_display_host.h

Issue 1661783002: Centralize all gbm ozone host IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 11 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
« no previous file with comments | « ui/ozone/platform/drm/gbm.gypi ('k') | ui/ozone/platform/drm/host/drm_display_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/platform/drm/host/drm_display_host.h
diff --git a/ui/ozone/platform/drm/host/drm_display_host.h b/ui/ozone/platform/drm/host/drm_display_host.h
index 515c19bbf1f81e479a1d1a18ae9533939462e042..bc2ab4b0a263be4b0b093e88d07a3c7f7ab75367 100644
--- a/ui/ozone/platform/drm/host/drm_display_host.h
+++ b/ui/ozone/platform/drm/host/drm_display_host.h
@@ -15,11 +15,11 @@ namespace ui {
struct DisplaySnapshot_Params;
class DisplaySnapshot;
-class DrmGpuPlatformSupportHost;
+class GpuThreadAdapter;
class DrmDisplayHost : public GpuThreadObserver {
public:
- DrmDisplayHost(DrmGpuPlatformSupportHost* sender,
+ DrmDisplayHost(GpuThreadAdapter* sender,
const DisplaySnapshot_Params& params,
bool is_dummy);
~DrmDisplayHost() override;
@@ -48,7 +48,7 @@ class DrmDisplayHost : public GpuThreadObserver {
// Calls all the callbacks with failure.
void ClearCallbacks();
- DrmGpuPlatformSupportHost* sender_; // Not owned.
+ GpuThreadAdapter* sender_; // Not owned.
scoped_ptr<DisplaySnapshot> snapshot_;
« no previous file with comments | « ui/ozone/platform/drm/gbm.gypi ('k') | ui/ozone/platform/drm/host/drm_display_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698