Chromium Code Reviews| Index: ash/display/display_manager.h |
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h |
| index 83933bf957f869b476466287396ddb604e5cdd93..149473a8416dbb4c56aec2ebe3480ca0f3651416 100644 |
| --- a/ash/display/display_manager.h |
| +++ b/ash/display/display_manager.h |
| @@ -225,7 +225,7 @@ class ASH_EXPORT DisplayManager |
| const std::vector<DisplayInfo>& display_info_list); |
| // Updates the internal display data and notifies observers about the changes. |
| - void UpdateDisplays(const std::vector<DisplayInfo>& display_info_list); |
| + void UpdateDisplaysTo(const std::vector<DisplayInfo>& display_info_list); |
|
oshima
2016/01/25 23:47:36
This is a bit misleading as the configured display
jdufault
2016/01/26 18:37:03
Done.
|
| // Updates current displays using current |display_info_|. |
| void UpdateDisplays(); |