Chromium Code Reviews| Index: ash/display/display_manager.h |
| =================================================================== |
| --- ash/display/display_manager.h (revision 272088) |
| +++ ash/display/display_manager.h (working copy) |
| @@ -252,6 +252,7 @@ |
| // SoftwareMirroringController override: |
| #if defined(OS_CHROMEOS) |
| virtual void SetSoftwareMirroring(bool enabled) OVERRIDE; |
| + virtual bool SoftwareMirroringEnabled() const OVERRIDE; |
| #endif |
| bool software_mirroring_enabled() const { |
| return second_display_mode_ == MIRRORING; |