| Index: ui/ozone/platform/drm/host/gpu_thread_adapter.h
|
| diff --git a/ui/ozone/platform/drm/host/gpu_thread_adapter.h b/ui/ozone/platform/drm/host/gpu_thread_adapter.h
|
| index 68294d252b1bd1b3b15a2a378fea4894f9655e85..4d63d010dfd490ee27fcd1d647d4ed337d79b621 100644
|
| --- a/ui/ozone/platform/drm/host/gpu_thread_adapter.h
|
| +++ b/ui/ozone/platform/drm/host/gpu_thread_adapter.h
|
| @@ -58,11 +58,12 @@ class GpuThreadAdapter {
|
| const gfx::Point& point) = 0;
|
| virtual bool GpuDisableNativeDisplay(int64_t display_id) = 0;
|
| virtual bool GpuGetHDCPState(int64_t display_id) = 0;
|
| - virtual bool GpuSetHDCPState(int64_t display_id, ui::HDCPState state) = 0;
|
| + virtual bool GpuSetHDCPState(int64_t display_id,
|
| + display::HDCPState state) = 0;
|
| virtual 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) = 0;
|
|
|
| // Services needed by DrmWindowHost
|
|
|