| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index 4c6e957966b3bf13197774471f196679cd891c06..0503ea7a0083196d2aae9cd6dece807c31fcdbc9 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -666,6 +666,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;
|
| +
|
| //
|
| // Walking the tree.
|
| //
|
|
|