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

Unified Diff: ui/accessibility/platform/test_ax_node_wrapper.h

Issue 2474363002: MacViews/a11y: Accessibility actions use AXActionData in AXPlatformNodeDelegate. (Closed)
Patch Set: Review comments. 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: ui/accessibility/platform/test_ax_node_wrapper.h
diff --git a/ui/accessibility/platform/test_ax_node_wrapper.h b/ui/accessibility/platform/test_ax_node_wrapper.h
index a52dd53707da7afff32f643052eb6add5c97d466..020c0e6bfb90d0ea537eb94769eeb67f478c49bd 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.h
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h
@@ -38,11 +38,8 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
gfx::NativeViewAccessible HitTestSync(int x, int y) override;
gfx::NativeViewAccessible GetFocus() override;
gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
+ bool AccessibilityPerformAction(const ui::AXActionData& data) override;
void DoDefaultAction() override;
- bool SetStringValue(const base::string16& new_value,
- bool clear_first) override;
- bool CanSetStringValue() override;
- bool SetFocused(bool focused) override;
private:
TestAXNodeWrapper(AXTree* tree, AXNode* node);
« no previous file with comments | « ui/accessibility/platform/ax_platform_node_win.cc ('k') | ui/accessibility/platform/test_ax_node_wrapper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698