| 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 5d49435d891019c9cbacbea4d3b59dbefebf6470..4a0f1e3f67a9ef204634e29f334ee2f9be3d500c 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -95,6 +95,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;
|
|
|
|
|