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

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: Rebased Created 6 years, 9 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 | « ash/display/output_configurator_animation.cc ('k') | ash/display/projecting_observer_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/projecting_observer_chromeos.h
diff --git a/ash/display/projecting_observer_chromeos.h b/ash/display/projecting_observer_chromeos.h
index 64980ec6563a4de20656ef86200e791272919d8d..3320ae8d4acef4c94c8a3b5c8426043beb652598 100644
--- a/ash/display/projecting_observer_chromeos.h
+++ b/ash/display/projecting_observer_chromeos.h
@@ -21,8 +21,8 @@ class ASH_EXPORT ProjectingObserver : public ui::OutputConfigurator::Observer {
void OnCastingSessionStartedOrStopped(bool started);
// OutputConfigurator::Observer implementation:
- virtual void OnDisplayModeChanged(const std::vector<
- ui::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
+ virtual void OnDisplayModeChanged(
+ const ui::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
private:
// Sends the current projecting state to power manager.
« no previous file with comments | « ash/display/output_configurator_animation.cc ('k') | ash/display/projecting_observer_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698