Chromium Code Reviews| Index: chromeos/display/output_configurator.h |
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h |
| index 4c729298dc906990714f1a02dad16b24c86fb8a7..c3527d9e1c753c7b956d008eab8095921e1e536f 100644 |
| --- a/chromeos/display/output_configurator.h |
| +++ b/chromeos/display/output_configurator.h |
| @@ -59,7 +59,8 @@ class CHROMEOS_EXPORT OutputConfigurator : public MessageLoop::Dispatcher { |
| virtual void OnDisplayModeChanged() {} |
| // Called when the change of the display mode is issued but failed. |
| - virtual void OnDisplayModeChangeFailed() {} |
| + // |new_state| is the new state which the system failed to enter. |
| + virtual void OnDisplayModeChangeFailed(OutputState new_state) {} |
|
oshima
2013/02/14 00:01:50
failed_new_state would be better.
Jun Mukai
2013/02/14 00:54:03
Done.
|
| }; |
| OutputConfigurator(); |