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

Unified Diff: views/examples/widget_example.h

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

Powered by Google App Engine
This is Rietveld 408576698