| 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..e4eb9f2e197021835792f68661f89f520703a3f2 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| @@ -608,6 +608,14 @@ XRRCrtcGamma* NativeDisplayDelegateX11::CreateGammaRampForProfile(
|
| return NULL;
|
| }
|
|
|
| +bool NativeDisplayDelegateX11::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 NativeDisplayDelegateX11::DrawBackground() {
|
| if (!background_color_argb_)
|
| return;
|
|
|