| Index: ui/ozone/common/native_display_delegate_ozone.cc
|
| diff --git a/ui/ozone/common/native_display_delegate_ozone.cc b/ui/ozone/common/native_display_delegate_ozone.cc
|
| index 7f7e15d1737d73d023e433eab143a0f660d3b176..49ff2e4e38cc7c6ffd79aa8f7d41a60cb22d02bf 100644
|
| --- a/ui/ozone/common/native_display_delegate_ozone.cc
|
| +++ b/ui/ozone/common/native_display_delegate_ozone.cc
|
| @@ -102,6 +102,14 @@ bool NativeDisplayDelegateOzone::SetColorCalibrationProfile(
|
| return false;
|
| }
|
|
|
| +bool NativeDisplayDelegateOzone::SetGammaRamp(const ui::DisplaySnapshot& output,
|
| + const std::vector<uint16_t>& r,
|
| + const std::vector<uint16_t>& g,
|
| + const std::vector<uint16_t>& b) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| void NativeDisplayDelegateOzone::AddObserver(NativeDisplayObserver* observer) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|