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

Unified Diff: ui/views/bubble/bubble_frame_view.cc

Issue 1144853002: Fixed unclickable X button in App Info dialog in RTL languages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« ui/views/bubble/bubble_frame_view.h ('K') | « ui/views/bubble/bubble_frame_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_frame_view.cc
diff --git a/ui/views/bubble/bubble_frame_view.cc b/ui/views/bubble/bubble_frame_view.cc
index cd616ebb526f3b4c56d0fa3b374bf641f37e5fdb..0befeb177c2a65349af8b8be20398a203e858a05 100644
--- a/ui/views/bubble/bubble_frame_view.cc
+++ b/ui/views/bubble/bubble_frame_view.cc
@@ -343,8 +343,8 @@ bool BubbleFrameView::IsCloseButtonVisible() const {
return close_->visible();
}
-gfx::Rect BubbleFrameView::GetCloseButtonBounds() const {
- return close_->bounds();
+gfx::Rect BubbleFrameView::GetCloseButtonMirroredBounds() const {
+ return close_->GetMirroredBounds();
}
void BubbleFrameView::MirrorArrowIfOffScreen(
« ui/views/bubble/bubble_frame_view.h ('K') | « ui/views/bubble/bubble_frame_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698