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

Unified Diff: athena/screen/public/screen_manager.h

Issue 483363003: [Athena] Add status icons and system time to the desktop background (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: athena/screen/public/screen_manager.h
diff --git a/athena/screen/public/screen_manager.h b/athena/screen/public/screen_manager.h
index 64f90357dee428fdb904288691e57a45ec8b1335..b719b5cf01ede658ac11953a27413ea5bafa7067 100644
--- a/athena/screen/public/screen_manager.h
+++ b/athena/screen/public/screen_manager.h
@@ -14,10 +14,6 @@ namespace aura {
class Window;
}
-namespace gfx {
-class ImageSkia;
-}
-
namespace ui {
class LayerAnimator;
}
@@ -66,9 +62,6 @@ class ATHENA_EXPORT ScreenManager {
// Return the context object to be used for widget creation.
virtual aura::Window* GetContext() = 0;
- // Sets the background image.
- virtual void SetBackgroundImage(const gfx::ImageSkia& image) = 0;
-
// Set screen rotation.
// TODO(flackr): Extract and use ash DisplayManager to set rotation
// instead: http://crbug.com/401044.

Powered by Google App Engine
This is Rietveld 408576698