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

Unified Diff: ash/screen_ash.h

Issue 10533041: Remove root window from screen_ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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 | « no previous file | ash/screen_ash.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/screen_ash.h
diff --git a/ash/screen_ash.h b/ash/screen_ash.h
index 1b2dbbc1e3a04aaedf346c7d4e8a992a5854bbea..7dd31fa62025bad320d915bc1499e55d38ff6938 100644
--- a/ash/screen_ash.h
+++ b/ash/screen_ash.h
@@ -12,17 +12,13 @@
#include "ui/gfx/rect.h"
#include "ui/gfx/screen_impl.h"
-namespace aura {
-class RootWindow;
-}
-
namespace ash {
// Aura implementation of gfx::Screen. Implemented here to avoid circular
// dependencies.
class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
public:
- explicit ScreenAsh(aura::RootWindow* root_window);
+ ScreenAsh();
virtual ~ScreenAsh();
// Returns the bounds for maximized windows. Maximized windows trigger
@@ -44,8 +40,6 @@ class ASH_EXPORT ScreenAsh : public gfx::ScreenImpl {
virtual gfx::Monitor GetPrimaryMonitor() const OVERRIDE;
private:
- aura::RootWindow* root_window_;
-
DISALLOW_COPY_AND_ASSIGN(ScreenAsh);
};
« no previous file with comments | « no previous file | ash/screen_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698