Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: ash/display/display_manager.h

Issue 284853002: Fix HDCP in mirror mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: handle software mirroring Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/display/display_manager.h
diff --git a/ash/display/display_manager.h b/ash/display/display_manager.h
index fcbd7dd844fc21ceecf74a5d980a9943cd34af25..3d65795ec52786311766c9b32d3a6e2abf6cb065 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 software_mirroring_enabled() const {
Daniel Erat 2014/05/15 14:04:25 making an accessor virtual seems strange...
kcwu1 2014/05/15 15:02:42 If not, how do you suggest to expose this method f
dnicoara 2014/05/15 19:38:48 I think the confusion comes from the fact that the
kcwu 2014/05/16 04:36:39 Done. It should not be in #ifdef because it is als
return second_display_mode_ == MIRRORING;
};
« no previous file with comments | « no previous file | ui/display/chromeos/display_configurator.h » ('j') | ui/display/chromeos/display_configurator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698