Index: ui/display/chromeos/test/test_native_display_delegate.cc |
diff --git a/ui/display/chromeos/test/test_native_display_delegate.cc b/ui/display/chromeos/test/test_native_display_delegate.cc |
index 0da2e1190f1ab0c6853dfb7aee1e81190924073d..8ec8ea9c26c60ac8f00294b14f1c5fb9f7615ea7 100644 |
--- a/ui/display/chromeos/test/test_native_display_delegate.cc |
+++ b/ui/display/chromeos/test/test_native_display_delegate.cc |
@@ -128,6 +128,13 @@ bool TestNativeDisplayDelegate::SetColorCalibrationProfile( |
return false; |
} |
+bool TestNativeDisplayDelegate::SetGammaRamp( |
+ const ui::DisplaySnapshot& output, |
+ const std::vector<GammaRampRGBEntry>& lut) { |
+ log_->AppendAction(SetGammaRampAction(output, lut)); |
+ return true; |
+} |
+ |
void TestNativeDisplayDelegate::AddObserver(NativeDisplayObserver* observer) { |
} |