| 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(
|
|
|