| 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 e235453d140ad95e25e2484233c775ce7a3958b7..8395d0eb136335a4ac4bbc0de10725d4ce24aa39 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| @@ -630,6 +630,15 @@ bool NativeDisplayDelegateX11::SetGammaRamp(
|
| return false;
|
| }
|
|
|
| +bool NativeDisplayDelegateX11::SetColorCorrection(
|
| + const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& degamma_lut,
|
| + const std::vector<GammaRampRGBEntry>& gamma_lut,
|
| + const float correction_matrix[9]) {
|
| + NOTIMPLEMENTED();
|
| + return false;
|
| +}
|
| +
|
| void NativeDisplayDelegateX11::DrawBackground() {
|
| if (!background_color_argb_)
|
| return;
|
|
|