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

Unified Diff: ui/views/accessibility/ax_window_obj_wrapper.h

Issue 2803823002: Fix Chrome OS virtual keyboard accessibility (Closed)
Patch Set: Created 3 years, 8 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: ui/views/accessibility/ax_window_obj_wrapper.h
diff --git a/ui/views/accessibility/ax_window_obj_wrapper.h b/ui/views/accessibility/ax_window_obj_wrapper.h
index 55089052f21a8d4dfa16664880b3148c90d0d444..e9d22a69d3159b42e0a1be99264f32371728193b 100644
--- a/ui/views/accessibility/ax_window_obj_wrapper.h
+++ b/ui/views/accessibility/ax_window_obj_wrapper.h
@@ -35,6 +35,7 @@ class AXWindowObjWrapper : public AXAuraObjWrapper,
void GetChildren(std::vector<AXAuraObjWrapper*>* out_children) override;
void Serialize(ui::AXNodeData* out_node_data) override;
int32_t GetID() override;
+ bool HandleAccessibleAction(const ui::AXActionData& action) override;
// WindowObserver overrides.
void OnWindowDestroyed(aura::Window* window) override;

Powered by Google App Engine
This is Rietveld 408576698