| Index: ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| diff --git a/ui/display/chromeos/x11/native_display_delegate_x11.cc b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| index b5022bace6fbee98a6c667e079a9f1db939e67cb..d04a530d7fd20822af79a653b81a1147bd4b8e93 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| @@ -608,6 +608,13 @@ XRRCrtcGamma* NativeDisplayDelegateX11::CreateGammaRampForProfile(
|
| return NULL;
|
| }
|
|
|
| +bool NativeDisplayDelegateX11::SetGammaRamp(
|
| + const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& lut) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| void NativeDisplayDelegateX11::DrawBackground() {
|
| if (!background_color_argb_)
|
| return;
|
|
|