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

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: 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/projecting_observer_chromeos_unittest.cc ('k') | ash/touch/touch_observer_hud.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch/touch_observer_hud.h
diff --git a/ash/touch/touch_observer_hud.h b/ash/touch/touch_observer_hud.h
index efa31bdfd5d4509a691aebbc699bc00cd455f185..4e77390a48c923456e6050b5274c7661a73fc496 100644
--- a/ash/touch/touch_observer_hud.h
+++ b/ash/touch/touch_observer_hud.h
@@ -66,8 +66,8 @@ class ASH_EXPORT TouchObserverHUD : public ui::EventHandler,
#if defined(OS_CHROMEOS)
// Overriden from ui::OutputConfigurator::Observer.
- virtual void OnDisplayModeChanged(const std::vector<
- ui::OutputConfigurator::OutputSnapshot>& outputs) OVERRIDE;
+ virtual void OnDisplayModeChanged(
+ const ui::OutputConfigurator::DisplayStateList& outputs) OVERRIDE;
#endif // defined(OS_CHROMEOS)
// Overriden form DisplayController::Observer.
« no previous file with comments | « ash/display/projecting_observer_chromeos_unittest.cc ('k') | ash/touch/touch_observer_hud.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698