| 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.
|
|
|