Chromium Code Reviews| Index: chrome/common/extensions/api/automation.idl |
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl |
| index c01f3566f23443b09653d55ae420ee779312b8b9..d67aa895e6ff567120db524077ba9138648de21d 100644 |
| --- a/chrome/common/extensions/api/automation.idl |
| +++ b/chrome/common/extensions/api/automation.idl |
| @@ -665,6 +665,9 @@ |
| // The RGBA color of an input element whose value is a color. |
| long? colorValue; |
| + // Bit-map of text styles: Bold, italic, underline, line through. |
| + long? textStyle; |
|
michaelpg
2017/06/08 21:16:12
This isn't sufficient documentation -- what are th
David Tseng
2017/06/08 22:20:09
Done.
michaelpg
2017/06/08 22:27:41
Thanks!
|
| + |
| // |
| // Walking the tree. |
| // |