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

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: Fix ordering 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..2608337895074f4805135f8a0e7c6ffe1e9ce928 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -22,8 +22,8 @@ class ASH_EXPORT ProjectingObserver
void OnCastingSessionStartedOrStopped(bool started);
// OutputConfigurator::Observer implementation:
- virtual void OnDisplayModeChanged(const std::vector<
- chromeos::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
+ virtual void OnDisplayModeChanged(
+ const chromeos::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
private:
// Sends the current projecting state to power manager.

Powered by Google App Engine
This is Rietveld 408576698