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

Unified Diff: chrome/browser/cocoa/info_bubble_view.h

Issue 1623002: Change how the calculation is performed for determining the location of the a... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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: chrome/browser/cocoa/info_bubble_view.h
===================================================================
--- chrome/browser/cocoa/info_bubble_view.h (revision 43634)
+++ chrome/browser/cocoa/info_bubble_view.h (working copy)
@@ -36,6 +36,9 @@
@property (assign, nonatomic) BubbleArrowLocation arrowLocation;
@property (assign, nonatomic) InfoBubbleType bubbleType;
+// Returns the point location in view coordinates of the tip of the arrow.
+- (NSPoint)arrowTip;
+
@end
#endif // CHROME_BROWSER_COCOA_INFO_BUBBLE_VIEW_H_
« no previous file with comments | « chrome/browser/cocoa/browser_window_controller_unittest.mm ('k') | chrome/browser/cocoa/info_bubble_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698