Index: third_party/WebKit/public/web/WebContextMenuData.h |
diff --git a/third_party/WebKit/public/web/WebContextMenuData.h b/third_party/WebKit/public/web/WebContextMenuData.h |
index 9e261cb4ff879e36dabf2aba8a5be9e99705fcb7..e23775101e1a928f0aeb7bd5dc218235d7c36682 100644 |
--- a/third_party/WebKit/public/web/WebContextMenuData.h |
+++ b/third_party/WebKit/public/web/WebContextMenuData.h |
@@ -177,6 +177,7 @@ struct WebContextMenuData { |
kCanDelete = 0x20, |
kCanSelectAll = 0x40, |
kCanTranslate = 0x80, |
+ kCanEditRichly = 0x100, |
}; |
// Which edit operations are available in the context. |