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

Unified Diff: chrome/browser/ui/aura/accessibility/automation_manager_aura.cc

Issue 2522543004: Add support for retrieving image thumbnails as part of the accessibility tree. (Closed)
Patch Set: Clarified maxSize 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/browser/ui/aura/accessibility/automation_manager_aura.cc
diff --git a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
index ba6484060e9e5b1bc0fb741aadcb7aa5bfa9da73..90bba8d529103ddbe22ccdb16688c326c9e66745 100644
--- a/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
+++ b/chrome/browser/ui/aura/accessibility/automation_manager_aura.cc
@@ -117,6 +117,7 @@ void AutomationManagerAura::PerformAction(
break;
case ui::AX_ACTION_BLUR:
case ui::AX_ACTION_DECREMENT:
+ case ui::AX_ACTION_GET_IMAGE_DATA:
case ui::AX_ACTION_HIT_TEST:
case ui::AX_ACTION_INCREMENT:
case ui::AX_ACTION_REPLACE_SELECTED_TEXT:

Powered by Google App Engine
This is Rietveld 408576698