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

Unified Diff: ash/display/output_configurator_animation.cc

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.h ('k') | ash/display/projecting_observer_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/output_configurator_animation.cc
diff --git a/ash/display/output_configurator_animation.cc b/ash/display/output_configurator_animation.cc
index 9af743503fc0cbd5f8ec6e0d377ed5e77cc377ca..983e574d16a0022f863f98b90e29a7e481366d41 100644
--- a/ash/display/output_configurator_animation.cc
+++ b/ash/display/output_configurator_animation.cc
@@ -204,7 +204,7 @@ void OutputConfiguratorAnimation::StartFadeInAnimation() {
}
void OutputConfiguratorAnimation::OnDisplayModeChanged(
- const std::vector<ui::OutputConfigurator::OutputSnapshot>& outputs) {
+ const ui::OutputConfigurator::DisplayStateList& outputs) {
if (!hiding_layers_.empty())
StartFadeInAnimation();
}
« no previous file with comments | « ash/display/output_configurator_animation.h ('k') | ash/display/projecting_observer_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698