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

Unified Diff: ash/common/system/user/button_from_view.h

Issue 2477463003: Replace ui::AXViewState with AXNodeData and AXActionData (Closed)
Patch Set: Fix test 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
« no previous file with comments | « ash/common/system/tray/tray_utils.cc ('k') | ash/common/system/user/button_from_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/user/button_from_view.h
diff --git a/ash/common/system/user/button_from_view.h b/ash/common/system/user/button_from_view.h
index ba78b155de69fefd5f5caba594f7cae79cf425d6..646d69a21513fb63c2fba4bcaeb0bd938fe3c60c 100644
--- a/ash/common/system/user/button_from_view.h
+++ b/ash/common/system/user/button_from_view.h
@@ -37,7 +37,7 @@ class ButtonFromView : public views::CustomButton {
void OnPaint(gfx::Canvas* canvas) override;
void OnFocus() override;
void OnBlur() override;
- void GetAccessibleState(ui::AXViewState* state) override;
+ void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
// Check if the item is hovered.
bool is_hovered_for_test() { return button_hovered_; }
« no previous file with comments | « ash/common/system/tray/tray_utils.cc ('k') | ash/common/system/user/button_from_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698