| 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 47a52f75fed97390d053ca604b356a1ea9b65bfd..393e401152bd272adcc918f7e3feb196208f54b4 100644
|
| --- a/ui/display/chromeos/test/test_native_display_delegate.h
|
| +++ b/ui/display/chromeos/test/test_native_display_delegate.h
|
| @@ -76,6 +76,10 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate {
|
| ui::ColorCalibrationProfile new_profile) override;
|
| bool SetGammaRamp(const ui::DisplaySnapshot& output,
|
| const std::vector<GammaRampRGBEntry>& lut) override;
|
| + bool SetColorCorrection(const ui::DisplaySnapshot& output,
|
| + const std::vector<GammaRampRGBEntry>& degamma_lut,
|
| + const std::vector<GammaRampRGBEntry>& gamma_lut,
|
| + const float correction_matrix[9]) override;
|
| void AddObserver(NativeDisplayObserver* observer) override;
|
| void RemoveObserver(NativeDisplayObserver* observer) override;
|
|
|
|
|