| 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);
|
|
|