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

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

Issue 2522543004: Add support for retrieving image thumbnails as part of the accessibility tree. (Closed)
Patch Set: Fix test failure and add automation apitest Created 4 years, 1 month 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 451fc942084478c1c37db561258636b91be49b00..5fcaba56d1d93a02c467c8162e7cbe92ba0840dd 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -24,6 +24,7 @@
documentSelectionChanged,
expandedChanged,
focus,
+ imageFrameUpdated,
hide,
hover,
invalidStatusChanged,
@@ -575,6 +576,9 @@
// Places focus on this node.
static void focus();
+ // Request a data url for the contents of an image.
+ static void getImageData(long maxWidth, long maxHeight);
aboxhall 2016/11/22 19:06:31 As discussed, please clarify how to return origina
dmazzoni 2016/11/22 22:00:13 Done.
+
// Scrolls this node to make it visible.
static void makeVisible();

Powered by Google App Engine
This is Rietveld 408576698