| 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 15a2cfa9708b2642d82a8bb591fb018fb752cb07..5c23e3f03d2e819b7cbdc91f3b15878c6e5a4ede 100644
|
| --- a/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| +++ b/ui/display/chromeos/x11/native_display_delegate_x11.cc
|
| @@ -623,13 +623,6 @@
|
| 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;
|
|
|