Chromium Code Reviews| Index: chromeos/display/output_configurator.h |
| diff --git a/chromeos/display/output_configurator.h b/chromeos/display/output_configurator.h |
| index b02d5a31a99ca5cd96ce82fdd88c85107a661971..f7127fd7f67fc43403e75830f5007fa219ae8171 100644 |
| --- a/chromeos/display/output_configurator.h |
| +++ b/chromeos/display/output_configurator.h |
| @@ -44,6 +44,7 @@ class CHROMEOS_EXPORT OutputConfigurator |
| public: |
| struct ModeInfo { |
| ModeInfo(); |
| + ModeInfo(int width, int height, bool interlaced); |
| int width; |
| int height; |