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

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

Issue 2474363002: MacViews/a11y: Accessibility actions use AXActionData in AXPlatformNodeDelegate. (Closed)
Patch Set: Fix Linux. 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..d5a58ef1670c7964a42a5302c5d3058792be9e60 100644
--- a/ui/accessibility/platform/test_ax_node_wrapper.h
+++ b/ui/accessibility/platform/test_ax_node_wrapper.h
@@ -38,10 +38,8 @@ class TestAXNodeWrapper : public AXPlatformNodeDelegate {
gfx::NativeViewAccessible HitTestSync(int x, int y) override;
gfx::NativeViewAccessible GetFocus() override;
gfx::AcceleratedWidget GetTargetForNativeAccessibilityEvent() override;
+ void 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:

Powered by Google App Engine
This is Rietveld 408576698