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

Unified Diff: ash/wm/workspace/system_background_controller.h

Issue 11054005: ash: Display system background while loading wallpaper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura compile, hopefully Created 8 years, 2 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/test/test_shell_delegate.cc ('k') | ash/wm/workspace/system_background_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/system_background_controller.h
diff --git a/ash/wm/workspace/system_background_controller.h b/ash/wm/workspace/system_background_controller.h
index ca78ab8decfe434933f975ce7fa224d7535981eb..4b84fc08ba2a9541f03f4bacc183afc005f33f8a 100644
--- a/ash/wm/workspace/system_background_controller.h
+++ b/ash/wm/workspace/system_background_controller.h
@@ -8,6 +8,8 @@
#include "ash/ash_export.h"
#include "base/basictypes.h"
+typedef unsigned int SkColor;
+
namespace aura {
class RootWindow;
};
@@ -20,9 +22,12 @@ namespace internal {
// level background.
class ASH_EXPORT SystemBackgroundController {
public:
- explicit SystemBackgroundController(aura::RootWindow* root);
+ SystemBackgroundController(aura::RootWindow* root, SkColor color);
~SystemBackgroundController();
+ // Changes the background color.
+ void SetColor(SkColor color);
+
private:
class View;
« no previous file with comments | « ash/test/test_shell_delegate.cc ('k') | ash/wm/workspace/system_background_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698