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

Unified Diff: ash/wm/window_positioner.cc

Issue 138003007: [Cleanup] Screen cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make sure screen_for_shutdown is reset everytime Created 6 years, 11 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/wm/window_animations.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_positioner.cc
diff --git a/ash/wm/window_positioner.cc b/ash/wm/window_positioner.cc
index d0129f8f3ed8b46e9c7a731f5cceb36739ee76ab..51f92a4f6688a0bee160fe65018de66cbf11dabf 100644
--- a/ash/wm/window_positioner.cc
+++ b/ash/wm/window_positioner.cc
@@ -5,7 +5,7 @@
#include "ash/wm/window_positioner.h"
#include "ash/ash_switches.h"
-#include "ash/screen_ash.h"
+#include "ash/screen_util.h"
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
#include "ash/wm/mru_window_tracker.h"
@@ -85,7 +85,7 @@ gfx::Rect GetWorkAreaForWindowInParent(aura::Window* window) {
window->parent()->GetBoundsInScreen()).GetWorkAreaInsets());
return work_area;
#else
- return ScreenAsh::GetDisplayWorkAreaBoundsInParent(window);
+ return ScreenUtil::GetDisplayWorkAreaBoundsInParent(window);
#endif
}
« no previous file with comments | « ash/wm/window_animations.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698