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..7ca0b95d482b3d3535127307ed2a02b8bff60405 100644 |
| --- a/ash/display/display_manager.h |
| +++ b/ash/display/display_manager.h |
| @@ -253,7 +253,7 @@ class ASH_EXPORT DisplayManager |
| #if defined(OS_CHROMEOS) |
| virtual void SetSoftwareMirroring(bool enabled) OVERRIDE; |
| #endif |
| - bool software_mirroring_enabled() const { |
| + virtual bool SoftwareMirroringEnabled() const OVERRIDE { |
|
dnicoara
2014/05/16 12:42:41
I think the clang builders will have an issue with
kcwu1
2014/05/16 15:49:54
Done.
Thanks for pointing out this issue. I keep o
|
| return second_display_mode_ == MIRRORING; |
| }; |