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

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

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
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_dialog_container.cc ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/bubble/bubble_frame_view.h
diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h
index e86415d0b866b4ccc2f0fa0a7238260c92aa8c6e..f756209cf18ae8b10231dda345e2365e511c9212 100644
--- a/ui/views/bubble/bubble_frame_view.h
+++ b/ui/views/bubble/bubble_frame_view.h
@@ -88,7 +88,7 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView,
virtual gfx::Rect GetAvailableScreenBounds(const gfx::Rect& rect);
bool IsCloseButtonVisible() const;
- gfx::Rect GetCloseButtonBounds() const;
+ gfx::Rect GetCloseButtonMirroredBounds() const;
msw 2015/05/19 17:06:20 nit: I wouldn't bother renaming the function.
Matt Giuca 2015/05/19 23:47:23 I think it's pretty important to change the name,
msw 2015/05/20 00:20:45 Acknowledged.
private:
FRIEND_TEST_ALL_PREFIXES(BubbleFrameViewTest, GetBoundsForClientView);
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_dialog_container.cc ('k') | ui/views/bubble/bubble_frame_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698