summaryrefslogtreecommitdiffstats
path: root/ui/aura/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/window.h')
-rw-r--r--ui/aura/window.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/aura/window.h b/ui/aura/window.h
index 58a0f53..c49e073 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -28,6 +28,10 @@
class SkCanvas;
+namespace gfx {
+class Display;
+}
+
namespace ui {
class Layer;
class Texture;
@@ -154,7 +158,8 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// Changes the bounds of the window in the screen coordintates.
// If present, the window's parent's LayoutManager may adjust the bounds.
- void SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen_coords);
+ void SetBoundsInScreen(const gfx::Rect& new_bounds_in_screen_coords,
+ const gfx::Display& dst_display);
// Returns the target bounds of the window. If the window's layer is
// not animating, it simply returns the current bounds.