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

Unified Diff: chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h

Issue 2862003004: Mac: Fix infobar anchor under Harmony. (Closed)
Patch Set: s/. I/ i/ Created 3 years, 7 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/ui/cocoa/location_bar/autocomplete_text_field.h
diff --git a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
index 300bc90325459a2c47b5c8a2b6bb8ed744f8cf68..b4e0a74cf120333ea32b6f9ec770209ed11f87f7 100644
--- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
+++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
@@ -166,9 +166,13 @@ class AutocompleteTextFieldObserver {
// via -[NSView addToolTipRect:owner:userData:].
- (void)addToolTip:(NSString*)tooltip forRect:(NSRect)aRect;
-// Obtain the bubble anchor point for |decoration|. In window coordinates.
+// Obtain the bubble anchor point for |decoration| in window coordinates.
- (NSPoint)bubblePointForDecoration:(LocationBarDecoration*)decoration;
+// Returns the anchor point for arrows pointing to |decoration| in window
+// coordinates.
+- (NSPoint)arrowAnchorPointForDecoration:(LocationBarDecoration*)decoration;
+
@end
#endif // CHROME_BROWSER_UI_COCOA_LOCATION_BAR_AUTOCOMPLETE_TEXT_FIELD_H_

Powered by Google App Engine
This is Rietveld 408576698