| Index: ash/common/system/tray/hover_highlight_view.h
|
| diff --git a/ash/common/system/tray/hover_highlight_view.h b/ash/common/system/tray/hover_highlight_view.h
|
| index 0d32df5775e0b088fd2743e7f2e1edb41ad7589f..a9a9981792de5da4ae01092fff2bcee646e40eb1 100644
|
| --- a/ash/common/system/tray/hover_highlight_view.h
|
| +++ b/ash/common/system/tray/hover_highlight_view.h
|
| @@ -109,7 +109,7 @@ class HoverHighlightView : public ActionableView {
|
|
|
| protected:
|
| // Overridden from views::View.
|
| - void GetAccessibleState(ui::AXViewState* state) override;
|
| + void GetAccessibleNodeData(ui::AXNodeData* node_data) override;
|
|
|
| // Sets the highlighted color on a text label if |hover| is set.
|
| void SetHoverHighlight(bool hover);
|
|
|