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

Unified Diff: chrome/views/view.h

Issue 13235: Cleanup adding BoundsInWidget to View to convert callers... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 12 years 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 | « chrome/views/tooltip_manager.cc ('k') | chrome/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/views/view.h
===================================================================
--- chrome/views/view.h (revision 6273)
+++ chrome/views/view.h (working copy)
@@ -655,6 +655,10 @@
// view found. Returns NULL if none were found.
View* RetrieveFloatingViewParent();
+ // Convert a point from the coordinate system of the current View to that of
+ // the current widget bounds on the screen.
+ gfx::Rect BoundsInWidget();
Ben Goodger (Google) 2008/12/08 20:40:08 Yeah I agree with Peter now after some reflection,
+
// Utility functions
// Note that the utility coordinate conversions functions always operate on
« no previous file with comments | « chrome/views/tooltip_manager.cc ('k') | chrome/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698