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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2903973002: Rich editable text implementation using spannables (Closed)
Patch Set: Text style. Created 3 years, 7 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: 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.
//

Powered by Google App Engine
This is Rietveld 408576698