| 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..b40d4236c7114d7b25932ceaaf7bde1f2df741cf 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.h
|
| @@ -92,6 +92,10 @@ 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<uint16_t>& r,
|
| + const std::vector<uint16_t>& g,
|
| + const std::vector<uint16_t>& b) override;
|
| void AddObserver(NativeDisplayObserver* observer) override;
|
| void RemoveObserver(NativeDisplayObserver* observer) override;
|
|
|
|
|