| Index: ui/display/chromeos/test/test_native_display_delegate.h
|
| diff --git a/ui/display/chromeos/test/test_native_display_delegate.h b/ui/display/chromeos/test/test_native_display_delegate.h
|
| index f9e1767ff4f7bb13ac7c00777c4174b9e6fa243f..f64d3c78827fa13c2bb4380b3c8d6835596f630a 100644
|
| --- a/ui/display/chromeos/test/test_native_display_delegate.h
|
| +++ b/ui/display/chromeos/test/test_native_display_delegate.h
|
| @@ -73,6 +73,8 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate {
|
| bool SetColorCalibrationProfile(
|
| const DisplaySnapshot& output,
|
| ui::ColorCalibrationProfile new_profile) override;
|
| + bool SetGammaRamp(const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& lut) override;
|
| void AddObserver(NativeDisplayObserver* observer) override;
|
| void RemoveObserver(NativeDisplayObserver* observer) override;
|
|
|
|
|