| Index: third_party/closure_compiler/externs/automation.js
|
| diff --git a/third_party/closure_compiler/externs/automation.js b/third_party/closure_compiler/externs/automation.js
|
| index 2028d33912f95ff023e2090c7c5557d9f95e2be1..35badff4d855e84916a4bc0ef1c362f6e7eea59d 100644
|
| --- a/third_party/closure_compiler/externs/automation.js
|
| +++ b/third_party/closure_compiler/externs/automation.js
|
| @@ -946,6 +946,13 @@ chrome.automation.AutomationNode.prototype.backgroundColor;
|
| */
|
| chrome.automation.AutomationNode.prototype.colorValue;
|
|
|
| +/**
|
| + * Bit-map of text styles: Bold, italic, underline, line through.
|
| + * @type {(number|undefined)}
|
| + * @see https://developer.chrome.com/extensions/automation#type-textStyle
|
| + */
|
| +chrome.automation.AutomationNode.prototype.textStyle;
|
| +
|
| /**
|
| * Walking the tree.
|
| * @type {!Array<!chrome.automation.AutomationNode>}
|
|
|