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..7360dcac581c24ba64d8e7f7b7e802bb3b2935b9 100644 |
--- a/ui/display/chromeos/test/test_native_display_delegate.h |
+++ b/ui/display/chromeos/test/test_native_display_delegate.h |
@@ -62,6 +62,10 @@ class TestNativeDisplayDelegate : public NativeDisplayDelegate { |
bool SetColorCalibrationProfile( |
const DisplaySnapshot& output, |
ui::ColorCalibrationProfile new_profile) override; |
+ bool SetGammaRamp(const ui::DisplaySnapshot& output, |
+ const std::vector<uint16_t>& r, |
+ const std::vector<uint16_t>& g, |
+ const std::vector<uint16_t>& b) override; |
void AddObserver(NativeDisplayObserver* observer) override; |
void RemoveObserver(NativeDisplayObserver* observer) override; |