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

Side by Side Diff: ash/wm/window_positioning_utils.h

Issue 2736573002: chromeos: Move files in //ash/common to //ash, part 2 (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
« no previous file with comments | « ash/wm/window_positioner_unittest.cc ('k') | ash/wm/window_positioning_utils.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_ 5 #ifndef ASH_WM_WINDOW_POSITIONING_UTILS_H_
6 #define ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_ 6 #define ASH_WM_WINDOW_POSITIONING_UTILS_H_
7 7
8 #include "ash/ash_export.h" 8 #include "ash/ash_export.h"
9 9
10 namespace display { 10 namespace display {
11 class Display; 11 class Display;
12 } 12 }
13 13
14 namespace gfx { 14 namespace gfx {
15 class Rect; 15 class Rect;
16 class Size; 16 class Size;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 // Sets the bounds of |window| to |bounds_in_screen|. This may move |window| 61 // Sets the bounds of |window| to |bounds_in_screen|. This may move |window|
62 // to |display| if necessary. 62 // to |display| if necessary.
63 ASH_EXPORT void SetBoundsInScreen(WmWindow* window, 63 ASH_EXPORT void SetBoundsInScreen(WmWindow* window,
64 const gfx::Rect& bounds_in_screen, 64 const gfx::Rect& bounds_in_screen,
65 const display::Display& display); 65 const display::Display& display);
66 66
67 } // namespace wm 67 } // namespace wm
68 } // namespace ash 68 } // namespace ash
69 69
70 #endif // ASH_COMMON_WM_WINDOW_POSITIONING_UTILS_H_ 70 #endif // ASH_WM_WINDOW_POSITIONING_UTILS_H_
OLDNEW
« no previous file with comments | « ash/wm/window_positioner_unittest.cc ('k') | ash/wm/window_positioning_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698