| 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 b434e05a351ea745f1697e87a3a03d1cc0a3fb68..db7a0cb5340b0d718da2ae545dc1c27391ab7078 100644
|
| --- a/ash/display/display_color_manager_chromeos.h
|
| +++ b/ash/display/display_color_manager_chromeos.h
|
| @@ -52,6 +52,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);
|
|
|