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

Unified Diff: ash/display/projecting_observer_chromeos.h

Issue 187073002: Refactoring display configuration state to allow generic state objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/projecting_observer_chromeos.h
diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h
index 45aca74c264d3f7905fe0c4c896b064df7ddcde6..fde3a639ff7a4d3a508a2b8ba7048497fced74b3 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -23,7 +23,7 @@ class ASH_EXPORT ProjectingObserver
// OutputConfigurator::Observer implementation:
virtual void OnDisplayModeChanged(const std::vector<
- chromeos::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
+ chromeos::OutputConfigurator::InternalDisplayState>& outputs) OVERRIDE;
private:
// Sends the current projecting state to power manager.

Powered by Google App Engine
This is Rietveld 408576698