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

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: fix for review comments 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
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | ui/display/chromeos/display_configurator.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | ash/display/display_manager.cc » ('j') | ui/display/chromeos/display_configurator.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698