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

Unified Diff: webkit/glue/webmenuitem.h

Issue 6410125: Extend Mac popup to handle more directionality.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 10 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/common/render_messages.cc ('k') | webkit/glue/webmenuitem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmenuitem.h
===================================================================
--- webkit/glue/webmenuitem.h (revision 73989)
+++ webkit/glue/webmenuitem.h (working copy)
@@ -29,6 +29,8 @@
string16 label;
Type type;
unsigned action;
+ bool rtl;
+ bool directional_override;
bool enabled;
bool checked;
std::vector<WebMenuItem> submenu;
« no previous file with comments | « chrome/common/render_messages.cc ('k') | webkit/glue/webmenuitem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698