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

Unified Diff: public/web/WebContextMenuData.h

Issue 66313007: [Blink] Adding Writing direction to the context menu for linux gtk (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 1 month 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 | « Source/web/ContextMenuClientImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebContextMenuData.h
diff --git a/public/web/WebContextMenuData.h b/public/web/WebContextMenuData.h
index 81eb3bafc784f4ca302e98341a46cfc92cba264e..5090c11e19d7cb1f8164da3e7a4e7c08fad006fb 100644
--- a/public/web/WebContextMenuData.h
+++ b/public/web/WebContextMenuData.h
@@ -137,7 +137,7 @@ struct WebContextMenuData {
// Writing direction menu items - values are unions of
// CheckableMenuItemFlags.
- // Currently only used on OS X.
+ // Currently only used on OS X and Linux.
int writingDirectionDefault;
int writingDirectionLeftToRight;
int writingDirectionRightToLeft;
« no previous file with comments | « Source/web/ContextMenuClientImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698