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

Unified Diff: ash/wm/power_button_controller.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/wm/power_button_controller.h
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index 5c7de09d1ecd6ff68f3da49d90d4ff4a3622a1dc..51ed3fab26d78eec8259eba18bc6a7735bf10611 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -56,9 +56,8 @@ class ASH_EXPORT PowerButtonController
#if defined(OS_CHROMEOS) && defined(USE_X11)
// 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
private:

Powered by Google App Engine
This is Rietveld 408576698