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

Unified Diff: chrome/browser/views/theme_install_bubble_view.cc

Issue 2794001: Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: new naming, comment Created 10 years, 6 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/views/theme_install_bubble_view.cc
===================================================================
--- chrome/browser/views/theme_install_bubble_view.cc (revision 48671)
+++ chrome/browser/views/theme_install_bubble_view.cc (working copy)
@@ -70,7 +70,8 @@
gfx::Rect rc(0, 0, 0, 0);
popup_ = views::Widget::CreatePopupWidget(views::Widget::Transparent,
views::Widget::NotAcceptEvents,
- views::Widget::DeleteOnDestroy);
+ views::Widget::DeleteOnDestroy,
+ views::Widget::MirrorOriginInRTL);
popup_->SetOpacity(0xCC);
popup_->Init(tab_contents->GetNativeView(), rc);
popup_->SetContentsView(this);

Powered by Google App Engine
This is Rietveld 408576698