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

Unified Diff: content/renderer/accessibility/render_accessibility_impl.h

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: content/renderer/accessibility/render_accessibility_impl.h
diff --git a/content/renderer/accessibility/render_accessibility_impl.h b/content/renderer/accessibility/render_accessibility_impl.h
index fba44c7dfa4fb4c17a6f5ac1d05ca43d8b60d5b0..21d5c09be4ae460429be4787a40304c259f0a560 100644
--- a/content/renderer/accessibility/render_accessibility_impl.h
+++ b/content/renderer/accessibility/render_accessibility_impl.h
@@ -126,6 +126,7 @@ class CONTENT_EXPORT RenderAccessibilityImpl
void OnHitTest(const gfx::Point& point);
void OnSetAccessibilityFocus(const blink::WebAXObject& obj);
+ void OnGetImageData(const blink::WebAXObject& obj, const gfx::Size& max_size);
void AddPluginTreeToUpdate(AXContentTreeUpdate* update);
void ScrollPlugin(int id_to_make_visible);
« no previous file with comments | « content/renderer/accessibility/blink_ax_tree_source.cc ('k') | content/renderer/accessibility/render_accessibility_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698