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

Unified Diff: ui/aura/window.h

Issue 10210005: Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return screen bounds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index f642d7ba865688173effd23084f72df7f428064b..27da460ce595b9b9a21fed25eb89a3bab5f3eec4 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -137,7 +137,7 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
bool TargetVisibility() const { return visible_; }
// Returns the window's bounds in screen coordinates.
sky 2012/04/24 22:42:28 Update the comment. In particular mention this is
oshima 2012/04/24 23:04:15 Please add TODO(oshima): Fix this to return screen
- gfx::Rect GetScreenBounds() const;
+ gfx::Rect GetBoundsInRootWindow() const;
virtual void SetTransform(const ui::Transform& transform);

Powered by Google App Engine
This is Rietveld 408576698