Index: views/examples/widget_example.h |
=================================================================== |
--- views/examples/widget_example.h (revision 48671) |
+++ views/examples/widget_example.h (working copy) |
@@ -145,7 +145,8 @@ |
const Widget::TransparencyParam transparency) { |
Widget* widget = Widget::CreatePopupWidget(transparency, |
Widget::AcceptEvents, |
- Widget::DeleteOnDestroy); |
+ Widget::DeleteOnDestroy, |
+ Widget::MirrorOriginInRTL); |
// Compute where to place the popup widget. |
// We'll place it right below the create button. |
gfx::Point point = parent->GetPosition(); |