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

Unified Diff: chrome/browser/cocoa/browser_window_controller.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, 9 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/browser_window_controller.h
===================================================================
--- chrome/browser/cocoa/browser_window_controller.h (revision 43634)
+++ chrome/browser/cocoa/browser_window_controller.h (working copy)
@@ -244,8 +244,8 @@
// Gets the pattern phase for the window.
- (NSPoint)themePatternPhase;
-// Return a point suitable for the topRight for a bookmark bubble.
-- (NSPoint)topRightForBubble;
+// Return the point to which a bubble window's arrow should point.
+- (NSPoint)pointForBubbleArrowTip;
@end // @interface BrowserWindowController
@@ -353,7 +353,7 @@
- (NSWindow*)createFullscreenWindow;
// Return a point suitable for the topRight for a bookmark bubble.
-- (NSPoint)topRightForBubble;
+- (NSPoint)pointForBubbleArrowTip;
// Resets any saved state about window growth (due to showing the bookmark bar
// or the download shelf), so that future shrinking will occur from the bottom.
« no previous file with comments | « chrome/browser/cocoa/bookmark_bubble_controller.mm ('k') | chrome/browser/cocoa/browser_window_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698