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

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

Issue 2748463003: Generalize the HIT_TEST accessibility action so that it can send any event. (Closed)
Patch Set: Use ParseAXEvent Created 3 years, 9 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: 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 795c4c29a4f14e204933e88b0883ceb6a61cd288..5b70e0ad5a6a660381ee4372e76ccafadec3105b 100644
--- a/content/renderer/accessibility/render_accessibility_impl.h
+++ b/content/renderer/accessibility/render_accessibility_impl.h
@@ -125,7 +125,7 @@ class CONTENT_EXPORT RenderAccessibilityImpl
void OnFatalError();
void OnReset(int reset_token);
- void OnHitTest(const gfx::Point& point);
+ void OnHitTest(const gfx::Point& point, ui::AXEvent event_to_fire);
void OnSetAccessibilityFocus(const blink::WebAXObject& obj);
void OnGetImageData(const blink::WebAXObject& obj, const gfx::Size& max_size);
void AddPluginTreeToUpdate(AXContentTreeUpdate* update);
« no previous file with comments | « content/common/accessibility_messages.h ('k') | content/renderer/accessibility/render_accessibility_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698