Chromium Code Reviews| Index: ash/display/display_manager.cc |
| =================================================================== |
| --- ash/display/display_manager.cc (revision 272088) |
| +++ ash/display/display_manager.cc (working copy) |
| @@ -938,6 +938,10 @@ |
| return; |
| SetSecondDisplayMode(enabled ? MIRRORING : EXTENDED); |
| } |
| + |
| +bool DisplayManager::SoftwareMirroringEnabled() const { |
| + return software_mirroring_enabled(); |
| +} |
| #endif |
| void DisplayManager::SetSecondDisplayMode(SecondDisplayMode mode) { |