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

Unified Diff: ash/display/output_configurator_animation.h

Issue 12212171: Provides more types of errors for output status. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/display/output_configurator_animation.h
diff --git a/ash/display/output_configurator_animation.h b/ash/display/output_configurator_animation.h
index 9dc99c6ee9a55826762895b0a675f98ff25b42b5..3c6e5f81ba7515026509e2737b331c411702dde4 100644
--- a/ash/display/output_configurator_animation.h
+++ b/ash/display/output_configurator_animation.h
@@ -43,7 +43,8 @@ class ASH_EXPORT OutputConfiguratorAnimation
protected:
// chromeos::OutputConfigurator::Observer overrides:
virtual void OnDisplayModeChanged() OVERRIDE;
- virtual void OnDisplayModeChangeFailed() OVERRIDE;
+ virtual void OnDisplayModeChangeFailed(
+ chromeos::OutputState new_state) OVERRIDE;
private:
// Clears all hiding layers. Note that in case that this method is called

Powered by Google App Engine
This is Rietveld 408576698