| Index: ui/display/chromeos/x11/native_display_delegate_x11.h
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.h b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| index fadcf5635a23e46098f42f7dfd2bfa088b026a37..1ab599c0e3143dc6556a2265178110fb4746484e 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -98,6 +98,10 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| ColorCalibrationProfile new_profile) override;
|
| bool SetGammaRamp(const ui::DisplaySnapshot& output,
|
| const std::vector<GammaRampRGBEntry>& lut) override;
|
| + bool SetColorCorrection(const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& degamma_lut,
|
| + const std::vector<GammaRampRGBEntry>& gamma_lut,
|
| + const float correction_matrix[9]) override;
|
| void AddObserver(NativeDisplayObserver* observer) override;
|
| void RemoveObserver(NativeDisplayObserver* observer) override;
|
|
|
|
|