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

Unified Diff: ash/touch/touch_observer_hud.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/touch/touch_observer_hud.h
diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
index 4e74e760727fd25e2b8651e22d68c4a14ff55a8f..0b8eea3361996d082e9937147a13d7e2caebebda 100644
--- a/ash/touch/touch_observer_hud.h
+++ b/ash/touch/touch_observer_hud.h
@@ -68,8 +68,7 @@ class ASH_EXPORT TouchObserverHUD
#if defined(OS_CHROMEOS)
// Overriden from chromeos::OutputConfigurator::Observer.
virtual void OnDisplayModeChanged(
- const std::vector<chromeos::OutputConfigurator::OutputSnapshot>& outputs)
- OVERRIDE;
+ const chromeos::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
#endif // defined(OS_CHROMEOS)
// Overriden form DisplayController::Observer.

Powered by Google App Engine
This is Rietveld 408576698