Index: ui/aura/root_window.h |
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h |
index dd6f533d863f8c20bc844aa60fbb7d680a18ad01..500f052aba9282fad8e35f7f69dd06be0da231ee 100644 |
--- a/ui/aura/root_window.h |
+++ b/ui/aura/root_window.h |
@@ -107,6 +107,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate, |
// Sets the bounds of the host window. |
void SetHostBounds(const gfx::Rect& size); |
+ // Returns where the RootWindow is on screen. |
+ gfx::Point GetHostOrigin() const; |
oshima
2012/04/24 23:04:15
can this be const gfx::Point& ?
Elliot Glaysher
2012/04/24 23:20:18
A quick attempt at returning const& here and in Ge
|
+ |
// Sets the currently-displayed cursor. If the cursor was previously hidden |
// via ShowCursor(false), it will remain hidden until ShowCursor(true) is |
// called, at which point the cursor that was last set via SetCursor() will be |