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

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: 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..df00cff3405af89c089a4dbd4f0bee2500f841cf 100644
--- a/ash/touch/touch_observer_hud.h
+++ b/ash/touch/touch_observer_hud.h
@@ -67,9 +67,8 @@ class ASH_EXPORT TouchObserverHUD
#if defined(OS_CHROMEOS)
// Overriden from chromeos::OutputConfigurator::Observer.
- virtual void OnDisplayModeChanged(
- const std::vector<chromeos::OutputConfigurator::OutputSnapshot>& outputs)
- OVERRIDE;
+ virtual void OnDisplayModeChanged(const std::vector<
+ chromeos::OutputConfigurator::InternalDisplayState>& outputs) OVERRIDE;
#endif // defined(OS_CHROMEOS)
// Overriden form DisplayController::Observer.

Powered by Google App Engine
This is Rietveld 408576698