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

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
« no previous file with comments | « athena/screen/background_controller.cc ('k') | athena/screen/screen_manager_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/screen/public/screen_manager.h
diff --git a/athena/screen/public/screen_manager.h b/athena/screen/public/screen_manager.h
index 52dd805646aed026be2ce542c7acd43657d505f5..df1dfe3a6629bbf6a7fc16dc4da2abe38204958d 100644
--- a/athena/screen/public/screen_manager.h
+++ b/athena/screen/public/screen_manager.h
@@ -14,11 +14,6 @@ namespace aura {
class Window;
}
-namespace gfx {
-class ImageSkia;
-class Insets;
-}
-
namespace ui {
class LayerAnimator;
}
@@ -68,9 +63,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.
« no previous file with comments | « athena/screen/background_controller.cc ('k') | athena/screen/screen_manager_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698