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

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

Issue 2613493002: Fix namespace for src/ui/display/. (Closed)
Patch Set: Rebase. Created 3 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
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 ad303669c853199356782e7201313e0911d478bb..f446d32bafcd12718cc5a06cdd37dc21f752abcb 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
@@ -81,11 +81,11 @@ class DrmGpuPlatformSupportHost : public GpuPlatformSupportHost,
const gfx::Point& point) override;
bool GpuDisableNativeDisplay(int64_t display_id) override;
bool GpuGetHDCPState(int64_t display_id) override;
- bool GpuSetHDCPState(int64_t display_id, ui::HDCPState state) override;
+ bool GpuSetHDCPState(int64_t display_id, display::HDCPState state) override;
bool GpuSetColorCorrection(
int64_t display_id,
- const std::vector<GammaRampRGBEntry>& degamma_lut,
- const std::vector<GammaRampRGBEntry>& gamma_lut,
+ const std::vector<display::GammaRampRGBEntry>& degamma_lut,
+ const std::vector<display::GammaRampRGBEntry>& gamma_lut,
const std::vector<float>& correction_matrix) override;
// Services needed by DrmWindowHost
@@ -99,7 +99,9 @@ class DrmGpuPlatformSupportHost : public GpuPlatformSupportHost,
void OnUpdateNativeDisplays(
const std::vector<DisplaySnapshot_Params>& displays);
void OnDisplayConfigured(int64_t display_id, bool status);
- void OnHDCPStateReceived(int64_t display_id, bool status, HDCPState state);
+ void OnHDCPStateReceived(int64_t display_id,
+ bool status,
+ display::HDCPState state);
void OnHDCPStateUpdated(int64_t display_id, bool status);
void OnTakeDisplayControl(bool status);
void OnRelinquishDisplayControl(bool status);
« no previous file with comments | « ui/ozone/platform/drm/host/drm_display_host_manager.cc ('k') | ui/ozone/platform/drm/host/drm_gpu_platform_support_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698