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

Unified Diff: ui/views/window/client_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/window/client_view.h
diff --git a/ui/views/window/client_view.h b/ui/views/window/client_view.h
index 70dac75dc362fc9d95c42a1c1738ec914bb43f33..ac897c817d7fe5cc8b2472895c0a1ac334afb203 100644
--- a/ui/views/window/client_view.h
+++ b/ui/views/window/client_view.h
@@ -65,7 +65,7 @@ class VIEWS_EXPORT ClientView : public View {
protected:
// Overridden from View:
- void GetAccessibleState(ui::AXViewState* state) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
void OnBoundsChanged(const gfx::Rect& previous_bounds) override;
void ViewHierarchyChanged(
const ViewHierarchyChangedDetails& details) override;

Powered by Google App Engine
This is Rietveld 408576698