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

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

Issue 2862003004: Mac: Fix infobar anchor under Harmony. (Closed)
Patch Set: 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..1a3d158c53ead57641a21bfaaf51ae802ffd8c69 100644
--- a/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
+++ b/chrome/browser/ui/cocoa/location_bar/autocomplete_text_field.h
@@ -169,6 +169,10 @@ class AutocompleteTextFieldObserver {
// 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
Elly Fong-Jones 2017/05/08 15:49:55 s/. I/ i/ to make this all one sentence
tapted 2017/05/09 03:24:28 Done.
+// 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