| 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 1d7d42a805bfb2badc48d2d35f1596071a243820..51c10537e8acb74ee242abbb8264584347372f39 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -92,6 +92,8 @@ class DISPLAY_EXPORT NativeDisplayDelegateX11 : public NativeDisplayDelegate {
|
| const DisplaySnapshot& output) override;
|
| bool SetColorCalibrationProfile(const DisplaySnapshot& output,
|
| ColorCalibrationProfile new_profile) override;
|
| + bool SetGammaRamp(const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& lut) override;
|
| void AddObserver(NativeDisplayObserver* observer) override;
|
| void RemoveObserver(NativeDisplayObserver* observer) override;
|
|
|
|
|