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

Unified Diff: ash/desktop_background/desktop_background_controller.h

Issue 10832340: Send NOTIFICATION_WALLPAPER_ANIMATION_FINISHED for solid background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more OWNERS file Created 8 years, 4 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/desktop_background/OWNERS ('k') | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/desktop_background_controller.h
diff --git a/ash/desktop_background/desktop_background_controller.h b/ash/desktop_background/desktop_background_controller.h
index edcd803a2f28e923301e6f9e8ecced9e8feda304..6f5f43771d8a39b29a15817e95a9ac273067be5a 100644
--- a/ash/desktop_background/desktop_background_controller.h
+++ b/ash/desktop_background/desktop_background_controller.h
@@ -153,6 +153,9 @@ class ASH_EXPORT DesktopBackgroundController : public aura::WindowObserver {
// Returns the appropriate wallpaper resolution for all root windows.
WallpaperResolution GetAppropriateResolution();
+ // Send notification that background animation finished.
+ void NotifyAnimationFinished();
+
// Can change at runtime.
bool locked_;
« no previous file with comments | « ash/desktop_background/OWNERS ('k') | ash/desktop_background/desktop_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698