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

Unified Diff: third_party/closure_compiler/externs/automation.js

Issue 2903973002: Rich editable text implementation using spannables (Closed)
Patch Set: Address feedback. Created 3 years, 6 months 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
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>}

Powered by Google App Engine
This is Rietveld 408576698