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

Unified Diff: chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm

Issue 2717603003: [Mac] Make bubble arrow location/position RTL-aware (Closed)
Patch Set: Created 3 years, 10 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/validation_message_bubble_cocoa.mm
diff --git a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
index 63e41ba3b8125972997bbff4e3685b332e99c6b6..2fc70ee804b0f98bbd54f47a1012816a3b444c27 100644
--- a/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
+++ b/chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm
@@ -47,7 +47,7 @@ anchoredAt:(NSPoint)anchorPoint
if ((self = [super initWithWindow:window.get()
parentWindow:parentWindow
anchoredAt:anchorPoint])) {
- [[self bubble] setArrowLocation:info_bubble::kTopLeft];
+ [[self bubble] setArrowLocation:info_bubble::kTopLeading];
self.shouldOpenAsKeyWindow = NO;
NSView* contentView = [ValidationMessageBubbleController

Powered by Google App Engine
This is Rietveld 408576698