| 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 eac789e197804f8f6c9a20ca5c8c2da1950d4430..325a15d0d59df853777fdfa8da1481fabbfd2ab0 100644
|
| --- a/ui/display/chromeos/test/test_native_display_delegate.h
|
| +++ b/ui/display/chromeos/test/test_native_display_delegate.h
|
| @@ -62,6 +62,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;
|
|
|
|
|