Chromium Code Reviews| Index: chromeos/display/output_configurator.h |
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h |
| index 8a8b36d49e73bda7112b503965994e9bf139ac14..d12aa874f08515c7c1fc7f2a3bea627487afd78d 100644 |
| --- a/chromeos/display/output_configurator.h |
| +++ b/chromeos/display/output_configurator.h |
| @@ -173,8 +173,8 @@ class CHROMEOS_EXPORT OutputConfigurator |
| virtual OutputState GetStateForDisplayIds( |
| const std::vector<int64>& display_ids) const = 0; |
| - // Queries the resolution (|width|x|height|) in pixels |
| - // to select output mode for the given display id. |
| + // Queries the resolution (|width|x|height|) in pixels and |refresh_rate| in |
| + // Hz to select output mode for the given display id. |
|
oshima
2014/01/29 19:00:35
revert this change?
|
| virtual bool GetResolutionForDisplayId(int64 display_id, |
| int* width, |
| int* height) const = 0; |