| Index: ash/display/display_color_manager_chromeos.h
|
| diff --git a/ash/display/display_color_manager_chromeos.h b/ash/display/display_color_manager_chromeos.h
|
| index 0613a9e333b5144933cdef34e9997f34e83ee5bd..e223f70ea10a531a22cc0026df95f52f540d1585 100644
|
| --- a/ash/display/display_color_manager_chromeos.h
|
| +++ b/ash/display/display_color_manager_chromeos.h
|
| @@ -50,6 +50,8 @@ class ASH_EXPORT DisplayColorManager
|
| std::vector<ui::GammaRampRGBEntry> lut;
|
| };
|
|
|
| + void LoadCalibrationForDisplayQuirksTest();
|
| +
|
| private:
|
| void ApplyDisplayColorCalibration(int64_t display_id, int64_t product_id);
|
| void LoadCalibrationForDisplay(const ui::DisplaySnapshot* display);
|
|
|