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

Unified Diff: ui/views/controls/combobox/combobox.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 | « ui/views/controls/button/radio_button.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/combobox/combobox.h
diff --git a/ui/views/controls/combobox/combobox.h b/ui/views/controls/combobox/combobox.h
index c80623c40e6533f6d2491760a3297fcc7e1afed8..3842a45f122eda0b7316d3bbab80de68529900c3 100644
--- a/ui/views/controls/combobox/combobox.h
+++ b/ui/views/controls/combobox/combobox.h
@@ -94,7 +94,7 @@ class VIEWS_EXPORT Combobox : public View,
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;
void Layout() override;
void OnEnabledChanged() override;
void OnNativeThemeChanged(const ui::NativeTheme* theme) override;
@@ -118,7 +118,7 @@ class VIEWS_EXPORT Combobox : public View,
class ComboboxMenuModel;
- // Updates the border according to the current state.
+ // Updates the border according to the current node_data.
void UpdateBorder();
// Given bounds within our View, this helper mirrors the bounds if necessary.
« no previous file with comments | « ui/views/controls/button/radio_button.cc ('k') | ui/views/controls/combobox/combobox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698