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

Unified Diff: chrome/browser/ui/webui/options2/chromeos/display_options_handler.h

Issue 10817028: Add Fade-out/Fade-in animation during output-configuration change. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 5 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/shell.cc ('k') | chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/options2/chromeos/display_options_handler.h
diff --git a/chrome/browser/ui/webui/options2/chromeos/display_options_handler.h b/chrome/browser/ui/webui/options2/chromeos/display_options_handler.h
index 05e438d2123411bac5a20e887ea7c9cc2a11854a..482610f537cdc4ef80d9eb41c31308e7af02ac81 100644
--- a/chrome/browser/ui/webui/options2/chromeos/display_options_handler.h
+++ b/chrome/browser/ui/webui/options2/chromeos/display_options_handler.h
@@ -46,6 +46,13 @@ class DisplayOptionsHandler : public ::options2::OptionsPageUIHandler,
// Sends the current display information to the web_ui of options page.
void SendDisplayInfo();
+ // Called when the fade-out animation for mirroring status change is finished.
+ void FadeOutForMirroringFinished(bool is_mirroring);
+
+ // Called when the fade-out animation for secondary display layout change is
+ // finished.
+ void FadeOutForDisplayLayoutFinished(int layout);
+
// Handlers of JS messages.
void HandleDisplayInfo(const base::ListValue* unused_args);
void HandleMirroring(const base::ListValue* args);
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698