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

Unified Diff: ui/views/accessible_pane_view.h

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)
Patch Set: Full patch including mechanical changes 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/views/accessible_pane_view.h
diff --git a/ui/views/accessible_pane_view.h b/ui/views/accessible_pane_view.h
index 80d4e54bfcd43b825b4040fbbdbf5d18acb33dda..55be7276869fbf32654f449cec75444ab9fe6e5e 100644
--- a/ui/views/accessible_pane_view.h
+++ b/ui/views/accessible_pane_view.h
@@ -45,7 +45,7 @@ class VIEWS_EXPORT AccessiblePaneView : public View,
FocusTraversable* GetPaneFocusTraversable() override;
bool AcceleratorPressed(const ui::Accelerator& accelerator) override;
void SetVisible(bool flag) override;
- void GetAccessibleState(ui::AXViewState* state) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
void RequestFocus() override;
// Overridden from FocusChangeListener:

Powered by Google App Engine
This is Rietveld 408576698