Chromium Code Reviews| Index: ash/display/display_manager.h |
| diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h |
| index fcbd7dd844fc21ceecf74a5d980a9943cd34af25..8941c17dcb1ebad9da2a2610ff6eef24c6b305a0 100644 |
| --- a/ash/display/display_manager.h |
| +++ b/ash/display/display_manager.h |
| @@ -252,6 +252,9 @@ class ASH_EXPORT DisplayManager |
| // SoftwareMirroringController override: |
| #if defined(OS_CHROMEOS) |
| virtual void SetSoftwareMirroring(bool enabled) OVERRIDE; |
| + virtual bool SoftwareMirroringEnabled() const OVERRIDE { |
|
dnicoara
2014/05/16 17:42:00
nit: Please move the implementation to the source
kcwu1
2014/05/16 18:18:30
Done.
|
| + return software_mirroring_enabled(); |
| + } |
| #endif |
| bool software_mirroring_enabled() const { |
| return second_display_mode_ == MIRRORING; |